- Install node.js
- Install coffeescript:
sudo npm install -g coffee-script
- Install grunt-cli:
sudo npm install -g grunt-cli
- Install bower:
sudo npm install -g bower
- Install casperjs:
sudo npm install -g casperjs
- Install phantom-js
- Run
npm install
- Run
bower install
- Run
grunt
to build the project (once) - Run
grunt watch
for continuous build - Run
grunt serve
to launch the server - Open
localhost:8080
in the browser