-
Init Elm project:
elm init
-
Elm Repl:
elm repl
-
.elm
to.js
:elm make src/HomePage.elm --output elm.js
elm make src/Signup.elm --output signup.js
elm make src/SignupWithBootstrap.elm --output signup_bootstrap.js
-
Install dependency:
elm install elm/http
elm install rtfeldman/elm-css
elm intall elm/random
-
Run debugging -> http://localhost:8000:
elm reactor
-
Test:
npm install elm-test -g
elm-test init
-
Run Test:
elm-test
-
Notifications
You must be signed in to change notification settings - Fork 0
dabliuw22/beginning-elm
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description or website provided.
Topics
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published