Skip to content

A set of best practices and utilities for building Backbone.js applications.

Notifications You must be signed in to change notification settings

johnnycrab/backbone-boilerplate-coffeescript

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Backbone Boilerplate

Update:

Added tbranyen's backbone.layoutmanager with some configs (see app.coffee)


This boilerplate is the product of much research and frustration. Existing boilerplates freely modify Backbone core, lack a build process, and are very prescriptive; this boilerplate changes that.

Organize your application in a logical filesystem, develop your Models/Collections/Views/Routers inside modules, and build knowing you have efficient code that will not bottleneck your users.

Thanks to our Contributors!

Special Thanks to: cowboy, iros, nimbupani, wookiehangover, and jugglinmike

Documentation

View the Backbone Boilerplate documentation here:

GitHub Wiki

Build process

To use the new and improved build process, please visit the grunt-bbb plugin repo and follow the instructions to install. Basing your project off this repo will allow the bbb commands to work out-of-the-box.

About

A set of best practices and utilities for building Backbone.js applications.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 98.4%
  • CoffeeScript 1.6%