Files
elm-0.19-workshop/part12/README.md
Richard Feldman d2f958151a Update part12
2016-09-03 00:09:20 -07:00

28 lines
335 B
Markdown

Part 12
=======
## Installation
```bash
elm-package install
```
(Answer `y` when prompted.)
## Building
```bash
elm-live Main.elm --open --pushstate --output=elm.js
```
## Compiling CSS
```bash
elm-css Stylesheets.elm
```
## References
* [Elm CSS documentation](http://package.elm-lang.org/packages/rtfeldman/elm-css/latest)