Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 1.75 KB

File metadata and controls

41 lines (28 loc) · 1.75 KB

Scalable JavaScript with Backbone and Marionette

Originally presented by me, Kaleb Fulgham, in a talk on September 28, 2013 at Houston Tech Fest 2013.

View the latest version of the presentation on github.io here.

Stellar Resources

  1. Backbone Fundamentals Book by Addy Osmani
  2. Unsuck Your Backbone
  3. Little Opinions Big Possibilities, Large Backbone Apps
  4. BackboneConf 2013 Talks - Keynote & Others
  5. Backbone Plugins Book by Derick Bailey
  6. Backbone In The Wild by Kaleb Fulgham

Presentation

A Bespoke.js presentation, built with generator-bespoke.

The design is heavily inspired by the fun & GIF-rich presentation about Web Directions by Glen Maddern. Enjoy my take with Coffee & Seinfeld.

View slides locally

First, ensure you have the following installed:

  1. Node.js
  2. Bower: $ npm install -g bower
  3. Grunt: $ npm install -g grunt-cli

Then, install dependencies and run the preview server.

$ npm install && bower install
$ grunt server