-
Notifications
You must be signed in to change notification settings - Fork 482
Home
tbranyen edited this page Jul 8, 2012
·
45 revisions
This boilerplate is the product of much research and frustration. Existing boilerplates freely modify Backbone core, lack a build process, and are very prescriptive; this boilerplate changes that.
Organize your application in a logical filesystem, develop your Models/Collections/Views/Routers inside modules, and build knowing you have efficient code that will not bottleneck your users.
A second of how to install, configure, and use various forms of plugins.
Getting started
Configuration
How to structure
Build process
Deployment options
Testing
Miscellaneous