TodoMVC in Elm - Try It!
All of the Elm code lives in src/
and relies on the elm-lang/html library.
There also is a port handler set up in index.html
to store the Elm application's state in localStorage
on every update.
Run the following command from the root of this project:
yarn build
Run the following command from the root of this project:
yarn client
And then open localhost:3000 in your browser