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.json
to manage Node modules required for Grunt tasks - Run
npm install
andbower install
to install/update third party scripts used in the project - Run
grunt start
to 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/scripts
src/mustache
+src/json
->app/index.html
src/sass
->app/styles/main.css