Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 610 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 610 Bytes

TodoMVC in Elm - Try It!

Deploy

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 command from the root of this project:

elm-make Todo.elm --output elm.js

Then open index.html in your browser!