ChromoLens Bootstrapping the project 1 - Install node.js Go to http://howtonode.org/how-to-install-nodejs and follow the instructions. 2 - Install Gulp globally npm install -g gulp 3 - Install all dependencies npm install 4 - Install libraries bower install Compiling the project gulp compile Running the app Run gulp serve and open http://localhost:8000