Skip to content

morye/domTreeFileSystem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DOM Tree as a File System

Representation of DOM Tree as a file system.

All dependencies are packaged at ./dist You can launch the app by opening ./dist/index.html from the web browser.

You can also launch the app on your localhost

$ npm install --save-dev serve
$ npm start

Open your browser, go to http://localhost:3000/

For development, install dependencies.

$ npm install

To create the bundle with source map for development

$ npm run build:dev

To create minified bundle for production

$ npm run build:prod

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published