/backbone.marionette-collection-example

A basic example of using Backbone.Marionette to simplify building Backbone.js apps

Primary LanguageJavaScript

Backbone.Marionette Collection Example

This is a simple application reimplemented to use Backbone.Marionette and serve as a tutorial. The end result can be seen at http://davidsulc.github.com/backbone.marionette-collection-example/

The application development is covered by 2 blog posts:

  1. http://davidsulc.com/blog/2012/04/15/a-simple-backbone-marionette-tutorial/
  2. http://davidsulc.com/blog/2012/04/22/a-simple-backbone-marionette-tutorial-part-2

The application is based on https://github.com/ddellacosta/backbone.js-examples/blob/master/collections3