29f8232bc0
The lack of quotes made my friends think this was a variable instead of a string.
Part 3
Installation
elm-package install
(Answer y when prompted.)
Building
elm-live Main.elm --open --pushstate --output=elm.js
References
- The Elm Architecture
onClickdocumentation- record update syntax reference (e.g.
{ model | query = "foo" })