diff --git a/pages/common/elm.md b/pages/common/elm.md new file mode 100644 index 000000000..417f3d530 --- /dev/null +++ b/pages/common/elm.md @@ -0,0 +1,15 @@ +# 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`