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

537 B

Part 12

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

Compiling CSS

elm css Stylesheets.elm

References