elm/Examples/elm-js/Pong/README.md
2012-12-08 13:01:58 -08:00

281 B

To compile this example yourself use:

elm Pong.elm

It produces a self-contained HTML file called Pong.html.

As of version 0.6 of the compiler, no external code is necessary to make this work, so the code is slightly cleaner and simpler than the "Pong in Elm" walkthrough.