evancz/elm-todomvc

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

1,214

stars

78

commits

Elm

primary language

Jan 7, 2020

updated

evancz.github.io/elm-todomvc/
elm
example
Browse cluster: Elm language ecosystem and architecture

README

TodoMVC in Elm - Try It!

All of the Elm code lives in src/Main.elm and relies on the elm/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:

elm make src/Main.elm --output=elm.js

Then open index.html in your browser!

Contributors

process-bot

47 commits

evancz

20 commits

srid

5 commits

ivanvotti

1 commits

evancz/elm-todomvc

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

1,214

stars

78

commits

Elm

primary language

Jan 7, 2020

updated

evancz.github.io/elm-todomvc/
elm
example
Browse cluster: Elm language ecosystem and architecture

README

TodoMVC in Elm - Try It!

All of the Elm code lives in src/Main.elm and relies on the elm/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:

elm make src/Main.elm --output=elm.js

Then open index.html in your browser!

Contributors

process-bot

47 commits

evancz

20 commits

srid

5 commits

ivanvotti

1 commits

Languages

Elm

57.4%

CSS

39.5%

HTML

3.0%