CDSMOpen / brunch-orca

Brunch skeleton with jquery, eco and bootstrap

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

brunch-orca

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.

Usage

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

Javascript Library Versions

See package.json

ToDo

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)

About

Brunch skeleton with jquery, eco and bootstrap


Languages

Language:CSS 77.6%Language:CoffeeScript 21.2%Language:HTML 1.0%Language:Ruby 0.2%