Skip to content

danielmx-dev/elm-todomvc

This branch is 4 commits ahead of, 11 commits behind evancz/elm-todomvc:master.

Repository files navigation

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.

Build Instructions

Run the following command from the root of this project:

yarn build

Build Instructions

Run the following command from the root of this project:

yarn client

And then open localhost:3000 in your browser

About

The TodoMVC app written in Elm, nice example for beginners.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Elm 60.7%
  • CSS 31.9%
  • JavaScript 6.6%
  • HTML 0.8%