Getting started with Elm npm install --global elm elm-live elm package install evancz/start-app elm package install evancz/elm-html Make a script file (e.g. ./elm-run, chmod +x), with: elm-live src/Main.elm --output=index.html Start live coding: ./elm-run