/todomvc-react-coffee

Implementation of TodoMVC in React and Coffeescript

Primary LanguageCoffeeScript

React Coffeescript TodoMVC

Implementation of TodoMVC using React and Coffeescript, following this discussion.

Heavily influenced by the TodoMVC official implementation using react.

In my opinion, this is one of the most developper friendly framework/language combination for web app development in early 2014, and one of the most performant too.

Demo

The demo is running here

Running

To install needed packages, cd to this project's folder, then:

npm install

Once installed, you just need to:

grunt

And as instructed, open the result in your browser when the server is running:

http://localhost:8080

Debugging using source maps

To debug in the browser, launch the dev task, which builds with (inlined) sourcemaps:

grunt dev

Dependencies

The dependencies are installed automatically by npm.