Install Node.js, if not already installed:
gem install node
Install all project dependencies defined in package.json:
npm install
Install all project dependencies defined in bower.json:
bower install
For live development:
grunt serve
To render your static file output to the /build/
directory:
grunt build
To run Jasmine tests:
grunt test
Send me a message or submit an issue.
- HTML5 Boilerplate
- Backbone
- RequireJS
- jQuery
- Modernizr
- Handlebars
- CSS Normalize
- SCSS
- Compass
- Grunt
- Bower
- Karma
- Jasmine
- Copyright 2014 Blue Haze Technologies, LLC. All rights reserved.