MVVM-flavored example CRUD app with Backbone.Marionette + Backbone.stickit + Browserify.
Code here is work in progress.
- Use Backbone.Marionette
- Modularize with Browserify
- Separate Model and ViewModel
- Bind View and ViewModel using Backbone.stickit
- Data access via Repository
- Controller is responsible for application level events
- View is responsible for DOM level events and bindings
$ git clone https://github.com/monzou/backbone.marionette.example.git
$ cd backbone.marionette.example
$ npm install
$ bower install
$ grunt