Home

Awesome

Marionette Cookbook

Examples of common patterns with Marionette.js

Note: This repository is a work in progress. The patterns here should be used only as inspiration. In many cases the patterns are extremely rough examples that need a lot of work.

Getting Started

git clone git@github.com:Puppets/marionette-cookbook.git
cd marionette-cookbook
bower install
npm install -g simple-server
simple-server 3000
open http://localhost:3000

Examples