1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 14:22:07 +02:00
tldr/pages/common/elm.md
2018-10-03 10:31:36 +01:00

255 B

elm

Run and manage programs in Elm programming language.

  • Start an interactive Elm shell (REPL):

elm --repl

  • Initialize an empty Elm project:

elm --init

  • Compile the current project and serve it via the local web server:

elm --reactor