Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 589 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 589 Bytes

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/2/
elm-reactor

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