chromolens
v0.0.2
Published
Code base for Cancer Science Institute of Singapore
Readme
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 - Update the project
gulp update
Compiling the project
gulp compile
Running the app
Run gulp serve and open http://localhost:8000
