A Backbone boilerplate application that works on
- Grunt
- Handlebars
- SASS
- Twitter Bootstrap
- Modernizr
- RequireJS
-
Node.js
-
Grunt-cli
-
CoffeeScript
npm install -g grunt-cli npm install -g coffee-script
-
SASS
gem install sass
-
Node dependencies
npm install
grunt
Start the server
node server
To have grunt monitor changes and deploy them to the server automatically
grunt watch
TODO: Add task to do precommit checks
To remove generated files and the dist folder
grunt clean
The rest are open source projects that are known to all.