Skip to content

crubier/todomvc-react-coffee

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Implementation of TodoMVC in React and Coffeescript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published