Skip to content

A set of jasmine powered koans for learning Backbone.js.

Notifications You must be signed in to change notification settings

addyosmani/backbone-koans

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Backbone Koans

A set of jasmine powered koans for learning Backbone.js.

The koans verify behavior of a Todo list app, a modified version of the original Todos app created by Jérôme Gravel-Niquet.

How to Run

cp -R js/koans koans

This gets you a fresh set of failing specs to start with.

Open your favorite browser, and load the specrunner.html file. You should see many failing specs.

If you have python on your machine, here's an easy way to do that:

python -m SimpleHTTPServer
http://localhost:8000/

Work your way through the jasmine specs in the koans/ directory, and when you finish you should have a better understanding of how to create and test a Backbone app.

About

A set of jasmine powered koans for learning Backbone.js.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%