jonahlyn / backbone-baseline

This is the start of my preferred baseline for apps built with the backbone boilerplate.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Backbone Baseline

This is the start of my preferred baseline for apps built with the backbone boilerplate. Not sure if there's a better way to do this.

Changes from backbone-boilerplate:

  • Uses twitter bootstrap instead of h5bp.
  • Includes an example module called intro.
  • Includes a main-layout template that is rendered in the router along with the intro module.
  • Router includes the handy 'go' function from the github viewer.
  • Customized grunt.js: copies all files into dist directories, sets options for uglify

Documentation

Backbone Boilerplate documentation

Grunt-bbb documentation

Backbone Layout Manager documentation

Quick Command Reference

bbb init:module

bbb server

bbb install [package-name]

bbb remove [package-name]

bbb release

About

This is the start of my preferred baseline for apps built with the backbone boilerplate.


Languages

Language:JavaScript 100.0%