/elm-by-example

Collection of examples that illustrate the Elm language basics.

Primary LanguageHTML

elm-playground

Simple Elm language examples.

Running

Make sure Elm is installed.

Run:

elm reactor

and navigate to the listening URL which is http://localhost:8000 by default.