npm i -g elm elm-format elm-test elm-json
Search for elmtooling.elm-ls-vscode
in VS Code extensions.
elm make src/Main.elm --output index.html
Or with a development server:
elm-live src/Main.elm -- --output index.html
Documentation for core functions and packages