evancz / elm-todomvc

The TodoMVC app written in Elm, nice example for beginners.
http://evancz.github.io/elm-todomvc/
BSD 3-Clause "New" or "Revised" License
1.22k stars 329 forks source link

Revert index.html to custom version that sets up ports #34

Closed fredcy closed 9 years ago

fredcy commented 9 years ago

This reverts index.html to the custom version that sets up the ports, fixing https://github.com/evancz/elm-todomvc/issues/33.

evancz commented 9 years ago

Thanks!