A simple skeleton Backbone app showing Backbone/Mustache.
- Clone the repo
- cd backbone-mustache-skeleton
bower install
(installs jQuery, Backbone, Underscore, Mustache)- open
app/index.html
in a browser window - click away! check the URL to see how things work with
Backbone.Router
All logic is in app/index.html
, so head there to view the JS, templates, HTML, and more.
Erick Tai [email protected]