todomvc
Version:
> Helping you select an MV\* framework
34 lines (20 loc) • 1.23 kB
Markdown
# Exoskeleton TodoMVC Example
> Exoskeleton is a faster and leaner Backbone for your HTML5 apps.
> It is a [Backbone](http://backbonejs.org) drop-in replacement
> with 100% optional dependencies, is faster, more developer-friendly with
> AMD / Bower / Component support and oriented towards modern browsers.
> _[Exoskeleton - exosjs.com](http://exosjs.com)_
## Learning Exoskeleton
Learning resources are work in progress. Since it is a drop-in replacement,
you can use Backbone docs and links:
The [Backbone.js website](http://backbonejs.org) is a great resource for getting started.
Articles and guides from the community:
* [Developing Backbone.js Applications](http://addyosmani.github.io/backbone-fundamentals)
* [Collection of tutorials, blog posts, and example sites](https://github.com/documentcloud/backbone/wiki/Tutorials%2C-blog-posts-and-example-sites)
Get help from other Backbone.js users:
* [Backbone.js on StackOverflow](http://stackoverflow.com/questions/tagged/backbone.js)
* [Exoskeleton on Twitter](http://twitter.com/paulmillr)
## Running
Simply open `public/index.html` in your browser to see it in action!
## Credit
This TodoMVC application was created by [@paulmillr](http://paulmillr.com).