Skip to content

uudens/simple_tree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tree

Simple nested tree made with Brunch and Marionette

View

Simply open public/index.html in a browser.
If on Chrome, make sure it's not a file:// URL because it will probably block local XHR requests. Open with your local webserver or in Firefox.
Double-click an item's name to edit it.

All files for deployment on a webserver are in public folder.

Online demo can be viewed at http://dev.uudens.lv/tree/

Edit

npm install -g brunch
npm install
bower install
npm start

Brunch will run it's own webserver, accessible at http://localhost:3333 Brunch will also run watcher. Simply edit and save any source file. They are in app/

## Test

Open public/jasmine/SpecRunner.html in a browser.

About

Simple nested tree made with Brunch and Marionette

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published