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)