PieChopper How to Install Development Environment 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 How to Build and Run 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