Skip to content

Latest commit

 

History

History
45 lines (28 loc) · 912 Bytes

README.md

File metadata and controls

45 lines (28 loc) · 912 Bytes

skeleton

Skeleton for a Backbone, Marionette application using Require.js, Bower, Grunt and LESS

Quick start

Using this skeleton for your project is fairly simple:

  1. Clone this repository:

    git clone [email protected]:mezod/skeleton.git

  2. Install all dependencies defined in package.json

    npm install

  3. Install all dependencies defined in bower.json

    bower install

You are good to go!

Blog post on how this skeleton was built

Skeleton for a Backbone, Marionette application using Require.js, Bower, Grunt and LESS (15/10/2014)

Features

  • Bower
  • Node
  • npm
  • RequireJS
  • jQuery
  • Underscore
  • Backbone
  • Marionette
  • Bootstrap
  • LESS
  • Grunt

Apps using this skeleton

My multikanban app is based on this skeleton.