Files
elm-0.19-workshop/part0/README.md
Richard Feldman ff89dc4648 Add part0
2016-09-01 00:46:26 -07:00

644 B

Part 1

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