My experiment web app build on Grunt.
- Requires a node.js environment and sass installed.
- Clone it.
- Run 'npm install'.
- run 'grunt dev', the web app is at http://localhost:9001
- All jade,sass and coffee are complied into app/
- Components could be install with bower (http://bower.io/)
- Just include more js libraries into the grunt file (concat).
- Grunt (http://gruntjs.com/)
- HTML5 Boilerplate (http://html5boilerplate.com)
- Sass (http://sass-lang.com/)
- CoffeeScript (http://coffeescript.org/)
- Jade (http://jade-lang.com/)
- Jade HTML5 Boilerplate (https://github.com/dmotz/jade-html5-boilerplate)