brunch-orca is a brunch skeleton that uses coffeescript, compass, eco, jquery, backbone, mocha, sinon and chai with styling by Twitter Bootstrap. Also uses Animate.css for simple transitions.
Uses the Backbone.Mediator pattern for event subscription.
To create a new project from this skeleton run
brunch new appname -s git://github.com/CDSMOpen/brunch-orca.git
once installed run
npm start
and visit localhost:3333
Tests are run through the mocha browser test runner, launch a web server from the project root and navigate to /test/index.html
See package.json
There's a simple ToDo app /#todos to demonstrate some basic features. Backbone.LocalStorage for persistence. (Uses a localstorage polyfill for headless testing - local storage wouldn't be available otherwise)