If you've already setup Node, Compass, Grunt and Bower from a previous project, here's the quick setup guide to get you started.
- Edit
package.jsonto manage Node modules required for Grunt tasks - Run
npm installandbower installto install/update third party scripts used in the project - Run
grunt startto compile markup, css, watch for changes, and open a window with BrowserSync to start developing
The source files that compile into html/css/js can be found in src.
src/coffee->app/scriptssrc/mustache+src/json->app/index.htmlsrc/sass->app/styles/main.css