Git clone and run npm install
.
Running the development environment
Runs the Node.js dev server and watches+compiles assets. Equivalent of running both grunt server
and grunt assets
separately:
grunt
Then visit http://localhost:7171
Compile assets as a one-off task
grunt build
Copyright © 2013 Michael LaCroix
MIT License