# cd into the root directory
compass compile # You can use 'compass watch' to automatically generate .css files
node server
# Enter localhost:3000 in your browser
Directory Layout
sass: Sass source files, which will then be compiled into CSS files by Compass/Sass
static\view: regular HTML files
static\css: CSS files, generated by Sass source files, DO NOT CHANGE directly
static\js: client-side JavaScript files
views: Jade template files
node: Node.js files, for our purpose, it only needs to provide mock data