# cd into the root directory
npm install# cd into the root directory
compass compile # You can use 'compass watch' to automatically generate .css files
node server
# Enter localhost:3000 in your browsersass: Sass source files, which will then be compiled into CSS files by Compass/Sassstatic\view: regular HTML filesstatic\css: CSS files, generated by Sass source files, DO NOT CHANGE directlystatic\js: client-side JavaScript filesviews: Jade template filesnode: Node.js files, for our purpose, it only needs to provide mock dataserver.js: Node.js server runner
- Heroku http://task-hub.herokuapp.com/
- AppFog http://task.aws.af.cm