Skip to content
tbranyen edited this page Oct 15, 2012 · 6 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.

All the examples use the bbb command, provided by grunt-bbb.

Initialize examples with the build tool

Before you can initialize any example applications using the build tool, you will need to run:

bbb init

inside an empty directory. Once you have the base files installed you can execute any of the init commands per project.

Note: The init command will not reset the filesystem; running it multiple times may leave junk files lying around.

TodoMVC

The TodoMVC application was originally designed by Jerome Gravel-Niquet and has since been turned into a full GitHub resource project by Addy Osmani. It has since been adapted to utilize the Backbone Boilerplate.

To initialize with bbb run:

bbb init:todomvc

Source on GitHub

Clone this wiki locally