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
- Host: GitHub
- URL: https://github.com/sectore/todomvc-canjs-requirejs-coffeescript
- Owner: sectore
- Created: 2012-08-26T16:07:49.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2012-08-30T08:38:41.000Z (almost 14 years ago)
- Last Synced: 2025-04-07T16:51:49.409Z (about 1 year ago)
- Language: JavaScript
- Size: 266 KB
- Stars: 8
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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

## 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)