Add part13

This commit is contained in:
Richard Feldman
2016-09-06 20:57:27 -07:00
parent f98c04ce71
commit 50a29747ff
9 changed files with 568 additions and 0 deletions

27
part13/README.md Normal file
View File

@@ -0,0 +1,27 @@
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)