Files
react/examples/todomvc-director
Paul O’Shannessy d83fe785c5 Stop transforming class -> className
Update the broken examples too (`git grep class=`)
2013-09-09 15:37:43 -07:00
..
2013-09-09 15:37:43 -07:00
2013-08-31 21:54:37 -04:00
2013-08-31 21:54:37 -04:00
2013-08-31 21:54:37 -04:00

TodoMVC-director

This is the exact copy of the React-powered TodoMVC. To test it, use bower to fetch the dependencies:

bower install

Then fire up a server here:

python -m SimpleHTTPServer

And go visit localhost:8000.