Skip to content

Files

Latest commit

42f4973 · Nov 21, 2015

History

History
This branch is 71 commits behind evancz/elm-architecture-tutorial:master.

Preview

Click here to see it running.

Run Locally

(First install Elm)

If you do not have this repo on your computer yet, run these commands.

git clone https://github.com/evancz/elm-architecture-tutorial.git
cd elm-architecture-tutorial

Once you are in the elm-architecture-tutorial/ directory, run these commands:

cd examples/1/
elm-reactor

And then open http://localhost:8000/Main.elm to see it in action!