Skip to content

Uses RequireJS, Twitter Bootstrap, CoffeeScript, Handlebars, Modernizr, Backbone, jQuery and SASS

Notifications You must be signed in to change notification settings

sankargorthi/Grunt-CoffeeScript-Backbone-SASS-Boilerplate

Repository files navigation

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.

About

Uses RequireJS, Twitter Bootstrap, CoffeeScript, Handlebars, Modernizr, Backbone, jQuery and SASS

Resources

Stars

Watchers

Forks

Packages

No packages published