# Spine.js TodoMVC Example

> Build Awesome JavaScript MVC Applications.

> _[Spine - spinejs.com](http://spinejs.com)_


## Learning Spine

The [Spine website](http://spinejs.com) is a great resource for getting started.

Here are some links you may find helpful:

* [Documentation](http://spinejs.com/docs/)
* [Step by Step Tutorials](http://spinejs.com/docs/example)
* [API Reference](http://spinejs.com/api/index)

Articles and guides from the community:

* [Building JavaScript Web Apps With MVC & Spine.js](http://addyosmani.com/blog/building-apps-spinejs)

Get help from other Spine users:

* [Spine on StackOverflow](http://stackoverflow.com/questions/tagged/spine.js)
* [Mailing list on Google Groups](https://groups.google.com/forum/#!forum/spinejs)
* [Spine's author, Alex MacCaw, on Twitter](http://twitter.com/maccman)

_If you have other helpful links to share, or find any of the links above no longer work, please [let us know](https://github.com/tastejs/todomvc/issues)._


## Running

This app is written in [CoffeeScript](http://coffeescript.org/). If you wish to make changes, follow these steps to re-compile the code.

To install CoffeeScript globally:

	npm install -g coffee-script

To compile once:

	# from architecture-examples/knockback
	cake build

To compile on save

	# from architecture-examples/knockback
	cake watch


## Credit

This TodoMVC application was created by [Sindre Sorhus](https://github.com/sindresorhus).
