22 lines
295 B
Markdown
22 lines
295 B
Markdown
Part 11
|
|
=======
|
|
|
|
## Installation
|
|
|
|
```bash
|
|
elm-package install
|
|
```
|
|
|
|
(Answer `y` when prompted.)
|
|
|
|
|
|
## Building
|
|
|
|
```bash
|
|
elm-live Main.elm --open --pushstate --output=elm.js
|
|
```
|
|
|
|
## References
|
|
|
|
* [Sortable Table documentation](http://package.elm-lang.org/packages/evancz/elm-sortable-table/latest)
|