/elm-myTodoList

Learning path repo : recoding a simple todoList (without copying elm-lang's example)

Primary LanguageElm

elm-myTodoList

Learning path repo : recoding a simple todo App in Elm, without copy / paste from the canonical elm-lang example.

Install

Install Elm on your machine : http://elm-lang.org/install (if you like/do JS, you can even install it via npm)

Clone the repo.

Navigate to the directory and do elm-make todoApp.elm --output elm.js.

Hack

Navigate to the directory, do elm-reactor.

Build