elm-examples/todo
2014-08-15 17:30:52 +02:00
..
elm_dependencies added todo example, along with required experimental code 2014-08-15 17:30:52 +02:00
bg.png added todo example, along with required experimental code 2014-08-15 17:30:52 +02:00
elm_dependencies.json added todo example, along with required experimental code 2014-08-15 17:30:52 +02:00
LICENSE added todo example, along with required experimental code 2014-08-15 17:30:52 +02:00
README.md added todo example, along with required experimental code 2014-08-15 17:30:52 +02:00
style.css added todo example, along with required experimental code 2014-08-15 17:30:52 +02:00
Todo.elm added todo example, along with required experimental code 2014-08-15 17:30:52 +02:00
todo.html added todo example, along with required experimental code 2014-08-15 17:30:52 +02:00

TodoMVC in Elm - Try It!

Project Structure

All of the Elm code lives in Todo.elm and relies on the elm-html library.

There also is a port handler set up in index.html to set the focus on particular text fields when necessary.

Build Instructions

Run the following commands from the root of this project:

elm-get install
elm --make --only-js Todo.elm

Then open index.html in your browser!