Skip to content

Latest commit

 

History

History
35 lines (30 loc) · 1.08 KB

README.md

File metadata and controls

35 lines (30 loc) · 1.08 KB

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 [email protected]:Puppets/marionette-cookbook.git
cd marionette-cookbook
bower install
npm install -g simple-server
simple-server 3000
open http://localhost:3000

Examples