michaelwills / Backbone_RequireJS

The backbone js todo example app refactored to use requireJS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

The backbone js todo example app refactored to use requireJS