elm/Examples/elm-js/Pong/README.md

12 lines
281 B
Markdown
Raw Normal View History

2012-08-17 14:38:41 +00:00
To compile this example yourself use:
2012-12-08 21:01:58 +00:00
elm Pong.elm
2012-08-17 14:38:41 +00:00
2012-08-21 13:24:30 +00:00
It produces a self-contained HTML file called Pong.html.
2012-08-17 14:38:41 +00:00
2012-12-08 21:01:58 +00:00
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.