An open API service indexing awesome lists of open source software.

https://github.com/sectore/todomvc-canjs-requirejs-coffeescript

Port of TodoMVC app using CanJS and RequireJS
https://github.com/sectore/todomvc-canjs-requirejs-coffeescript

Last synced: about 1 year ago
JSON representation

Port of TodoMVC app using CanJS and RequireJS

Awesome Lists containing this project

README

          

# TodoMVC + CanJS + RequireJS

Port of the original [CanJS](http://canjs.us/) [TodoMVC](http://todomvc.com) app for using [RequireJS](http://http://requirejs.org/) mostly written in Coffeescript.

##Screen shot
![screen shot of the app](https://github.com/sectore/todomvc-canjs-requirejs-coffeescript/raw/master/screenshot.png)

## Local installation

- Open Terminal ([Node.js](http://nodejs.org/) is required)

clone git://github.com/sectore/todomvc-canjs-requirejs-coffeescript
cd todomvc-canjs-requirejs-coffeescript/build
npm install
grunt

- Open [http://localhost:9999](http://localhost:9999/)

## More information

Check out "[Modular TodoMVC app with CanJS and RequireJS](http://www.websector.de/blog/)" on [WS-Blog](http://www.websector.de/blog/) for more information

## Credit

Initial code written by Bitovi as part of TodoMVC

Refactored by [Jens Krause // WEBSECTOR.DE](http://www.websector.de)