debois / elm-tutorial

Following the elm-architecture tutorial

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Following the elm-architecture tutorial


Languages

Language:Elm 72.9%Language:HTML 27.1%