610 B
610 B
Part 3
The instructor will paste notes from the lesson, including code examples from Q&A, in this document.
Installation
elm-package install
(Answer y when prompted.)
Building
elm-live Main.elm --open --pushstate --output=elm.js
References
onClickdocumentation- record update syntax reference (e.g.
{ model | query = "foo" })