A simple boilerplate for doing all the standard static site things (lint, build, optimise, test etc) with Assemble (currently pre-0.6.0), Grunt and (ideally) Codeship or another CI service.
Borrows heavily from a Grunt workflow put together by Richard Hallows. Thanks, Rich.
-
Clone repository
-
Install dependencies:
npm install
-
Start development server:
grunt
-
Start production server:
grunt prod