node
npm
npm install -g [email protected]
npm install -g [email protected]
Install elm-format on editor
elm-make
elm-package
elm-reactor or elm reactor
elm-package install (for install core packages)
create elm file
example:
Test.elm
in the file
module Test exposing (..)
import Html
main =
Html.text "hello"
elm-make Test.elm --output=test.js