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

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