Files
elm-0.19-workshop/part7/README.md
2016-09-01 01:38:15 -07:00

789 B

Part 6

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 --output=elm.js

References