See README.md
Install following for development:
-
Nodejs as project backend framework and npm as package manager, this project was built and tested with node v4.2.3, npm v2.14.7.
-
Gulp as dev task automation tool.
npm install -g gulp
-
CoffeeScript, you'll need this to run gulpfile.
npm install -g coffee-script
npm install
gulp
Test page will be on http://localhost:9000/index.html
npm test