elm-architecture-tutorial/examples/1
2015-08-11 15:22:19 -07:00
..
Counter.elm Update examples 1 - 4 to match 5 - 8 2015-08-11 15:11:18 -07:00
elm-package.json Update examples 1 - 4 to match 5 - 8 2015-08-11 15:11:18 -07:00
Main.elm Update examples 1 - 4 to match 5 - 8 2015-08-11 15:11:18 -07:00
README.md Add build instructions to all examples 2015-08-11 15:22:19 -07:00

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?debug to see it in action!