Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 809 Bytes

File metadata and controls

35 lines (25 loc) · 809 Bytes

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.