Remove part13

This commit is contained in:
Richard Feldman
2016-09-06 17:51:20 -07:00
parent 6ba29d9277
commit 1940631710
11 changed files with 0 additions and 710 deletions

View File

@@ -1,22 +0,0 @@
Part 11
=======
## Installation
```bash
elm-package install
```
(Answer `y` when prompted.)
## Building
```bash
elm-live Main.elm --open --pushstate --output=elm.js
```
## References
* [Scaling the Elm Architecture](http://guide.elm-lang.org/reuse/)
* [Sortable Table documentation](http://package.elm-lang.org/packages/evancz/elm-sortable-table/latest)