No description
Find a file
Yann Esposito (Yogsototh) 82a76207ec added some examples
2014-12-20 21:45:45 +01:00
basic/display added some examples 2014-12-20 21:45:45 +01:00
mario update for 0.14 2014-12-10 03:26:21 -08:00
.gitignore added some basic examples 2014-12-20 14:51:35 +01:00
elm-package.json added some basic examples 2014-12-20 14:51:35 +01:00
Hello.elm update for 0.14 2014-12-10 03:26:21 -08:00
LICENSE Add a license 2014-12-10 03:30:06 -08:00
README.md added a note 2014-12-20 13:49:03 +01:00

Elm Examples

A collection of simple Elm projects.

These projects are nice examples of Elm code that are great to learn from and fun to play with in Elm Reactor.

Get Set Up

After installing Elm Platform, clone this repo:

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

And then start the reactor with the following command:

elm-reactor

The Reactor should be running at http://localhost:8000. Check it out!

If you want to run the mario example, just launch the command elm-reactor in the mario directory.

If you want more examples to mess with, try taking something from the examples page.