-
Init Elm project:
elm init -
Elm Repl:
elm repl -
.elmto.js:elm make src/HomePage.elm --output elm.jselm make src/Signup.elm --output signup.jselm make src/SignupWithBootstrap.elm --output signup_bootstrap.js -
Install dependency:
elm install elm/httpelm install rtfeldman/elm-csselm intall elm/random -
Run debugging -> http://localhost:8000:
elm reactor -
Test:
npm install elm-test -gelm-test init -
Run Test:
elm-test
dabliuw22/beginning-elm
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|