- Express.js - http://expressjs.com/
- Bower - http://twitter.github.com/bower/
- Jade - http://jade-lang.com/
- Handlebars - http://handlebarsjs.com/
- CoffeeScript - http://coffeescript.org/
- Stylus - http://learnboost.github.io/stylus/
- Powered by Human Bootstrap
This command needs to be run first if CoffeeScript is not installed on your system
- run
sudo npm install -g coffee-script
- run
sudo npm install -g grunt
Install all of the dependencies necessary for the bootstrap
- run
npm install
- run
bower install
The following command will watch and compile Coffeescript and Stylus.
- run
grunt
- run
grunt build