LiteCode-IDE / vfs-sample

A sample project demonstrating the virtual file system

Repository from Github https://github.comLiteCode-IDE/vfs-sampleRepository from Github https://github.comLiteCode-IDE/vfs-sample

VFS Sample Project

This repo demonstrates simple usage of @litecode-ide/virtual-file-system (also referred to as VFS).

Installation

Clone this repo and use the package manager npm to install dependencies.

git clone https://github.com/LiteCode-IDE/vfs-sample.git
cd vfs-sample
npm i
npm run dev

Alternatively, you can try it out on CodeSandbox.

About

A sample project demonstrating the virtual file system

License:MIT License


Languages

Language:TypeScript 65.1%Language:JavaScript 16.7%Language:CSS 9.5%Language:HTML 8.7%