23 lines
357 B
Markdown
23 lines
357 B
Markdown
Part 12
|
|
=======
|
|
|
|
## Installation
|
|
|
|
```bash
|
|
elm-package install
|
|
```
|
|
|
|
(Answer `y` when prompted.)
|
|
|
|
|
|
## Building
|
|
|
|
```bash
|
|
elm-live Main.elm --open --pushstate --output=elm.js
|
|
```
|
|
|
|
## References
|
|
|
|
* [Debug.log](http://package.elm-lang.org/packages/elm-lang/core/latest/Debug#log)
|
|
* [lazy](http://package.elm-lang.org/packages/elm-lang/html/latest/Html-Lazy#lazy)
|