https://github.com/samccone/marionette-browserify
sample project for how to use backbone.marionette within the ever popular browserify
https://github.com/samccone/marionette-browserify
Last synced: about 1 year ago
JSON representation
sample project for how to use backbone.marionette within the ever popular browserify
- Host: GitHub
- URL: https://github.com/samccone/marionette-browserify
- Owner: samccone
- Created: 2014-03-03T22:00:27.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-03-04T01:47:48.000Z (over 12 years ago)
- Last Synced: 2025-04-12T16:17:19.785Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 125 KB
- Stars: 9
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
Using Backbone.Marionette in browserify.
=====================
This is a sample project for how to use [backbone.marionette](http://marionette.js/) within the ever popular [browserify](http://browserify.org)
## Dev
* `npm install`
* `npm run-script build`
* `open index.html`