Skip to content

braxnu/wordcloud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wordcloud

Demo Backbone App

Requirements

Change location to cloned repository (let's call it /repo/ from now on).

Execute

# on windows
npm install
# on linux/osx
sudo npm install

bower install

You can now start your web server in /repo/ directory and point your browser to http://localhost/src/ for development and live-changes. Make sure url ends with "/" (slash).

Execute

grunt build

This will run tests and build deployable files into /repo/target/ directory. You can now start your web server in /repo/target/ directory and point your browser to http://localhost/ to see the final effect. Code documentation will be generated into /repo/doc/ directory.

About

Demo Backbone App

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published