MarionetteLabs / marionette-cookbook

(Work in progress) Examples of common UI patterns with Marionette.js
MIT License
106 stars 20 forks source link

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