Skip to content

Latest commit

 

History

History
 
 

spine

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Spine.js TodoMVC Example

Build Awesome JavaScript MVC Applications.

Spine - spinejs.com

Learning Spine

The Spine website is a great resource for getting started.

Here are some links you may find helpful:

Articles and guides from the community:

Get help from other Spine users:

If you have other helpful links to share, or find any of the links above no longer work, please let us know.

Running

This app is written in CoffeeScript. 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.