Skip to content

Latest commit

 

History

History
66 lines (39 loc) · 1.03 KB

File metadata and controls

66 lines (39 loc) · 1.03 KB

Grunt CoffeeScript Backbone Boilerplate


A Backbone boilerplate application that works on

  • Grunt
  • Handlebars
  • SASS
  • Twitter Bootstrap
  • Modernizr
  • RequireJS

Requirements


  • Node.js

  • Grunt-cli

  • CoffeeScript

      npm install -g grunt-cli
      npm install -g coffee-script 
    
  • SASS

      gem install sass
    
  • Node dependencies

      npm install
    

Build


grunt

Start the server

node server

To have grunt monitor changes and deploy them to the server automatically

grunt watch

Pre commit checks


TODO: Add task to do precommit checks

Clean your repo


To remove generated files and the dist folder

grunt clean

Attributions

  1. HTML5 Boilerplate
  2. Twitter Bootstrap
  3. SASS Twitter Bootstrap

The rest are open source projects that are known to all.