kuixiansheng / todomvc-canjs-requirejs-coffeescript

Port of TodoMVC app using CanJS and RequireJS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TodoMVC + CanJS + RequireJS

Port of the original CanJS TodoMVC app for using RequireJS mostly written in Coffeescript.

##Screen shot screen shot of the app

Local installation

  • Open Terminal (Node.js is required)

      clone git://github.com/sectore/todomvc-canjs-requirejs-coffeescript
      cd todomvc-canjs-requirejs-coffeescript/build
      npm install
      grunt
    
  • Open http://localhost:9999

More information

Check out "Modular TodoMVC app with CanJS and RequireJS" on WS-Blog for more information

Credit

Initial code written by Bitovi as part of TodoMVC

Refactored by Jens Krause // WEBSECTOR.DE

About

Port of TodoMVC app using CanJS and RequireJS


Languages

Language:JavaScript 86.5%Language:CSS 9.1%Language:CoffeeScript 3.5%Language:HTML 0.9%