/Backbone_RequireJS

The backbone js todo example app refactored to use requireJS

Primary LanguageJavaScript

Backbone.js + RequireJS

This is just the todo example application used in the Backbone.js documentation refactored to use requireJS.

The easiest way to get it running is probably use

python -m SimpleHTTPServer 4444

or whatever cli webserver you prefer.