Skip to content

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.

GitHub Viewer

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.

Source on GitHub