Files
elm-0.19-workshop/part5/README.md
2016-09-01 05:16:00 -07:00

469 B

Part 4

The instructor will paste notes from the lesson, including code examples from Q&A, in this document.

Installation

elm-package install

(Answer y when prompted.)

Building

elm-live Main.elm --open --pushstate --output=elm.js

References