- 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
gruntto build the project (once) - Run
grunt watchfor continuous build - Run
grunt serveto launch the server - Open
localhost:8080in the browser