Everything you need to start making a single-page web app.
- Jasmine JS testing
- Sass (without a Ruby dependency!)
- Javascript / CSS / HTML uglification & minification
- livereload-js
- Static file serving via grunt (for development only, please)
- normalize.css
- Sass mixins and a grid system via Bourbon
- Node
npm install && bower install && grunt server
All included files compile to /dist
on server boot. The grunt runner serves static files on http://localhost:8080; autoreloads on changes.