Update the broken examples too (`git grep class=`)
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.
localhost:8000