Part 3
Installation
elm-package install
(Answer y when prompted.)
Building
elm-live Main.elm --open --pushstate --output=elm.js
References
- let-expressions
- The Elm Architecture
onClickdocumentation- record update syntax reference (e.g.
{ model | query = "foo" })