Add part14

This commit is contained in:
Richard Feldman
2016-09-07 07:38:57 -05:00
parent 9d85e8f35a
commit 9238659d69
10 changed files with 756 additions and 0 deletions

27
part14/README.md Normal file
View File

@@ -0,0 +1,27 @@
Part 13
=======
## 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)