- Grunt tasks for
- Jade
- Stylus
- CoffeeScript
- LiveReload
- jQuery
- Require.js
- Normalize.css
npm install grunt bower coffee-script -g
npm install
grunt --config grunt.coffee
open http://localhost:6001
cd public
bower install jquery
bower ls --map
Use the output to update require.config
in main.coffee
accordingly.
Happy Hacking! :]