-
Notifications
You must be signed in to change notification settings - Fork 482
Running examples
codymorrison edited this page Jan 4, 2013
·
7 revisions
Like all new tools, there is a learning curve before being super productive with Backbone Boilerplate. Many of us learn from tutorials, others by example.
Current examples of Backbone Boilerplate can be found below.
An example Backbone Boilerplate application that connects to the GitHub REST API and displays users from organizations. Users can then be clicked to retrieve their repositories. Finally, a repository can be clicked and recent commits displayed.
Getting started
Configuration
How to structure
Build process
Deployment options
Testing
Miscellaneous