Files
elm-0.19-workshop/intro/part1
Richard Feldman f6d6dc5ffc Update to 0.19.1
2019-11-01 08:12:13 +01:00
..
2019-11-01 08:12:13 +01:00
2018-08-09 02:21:32 -04:00
2018-08-15 10:36:42 -05:00
2018-08-09 02:21:32 -04:00

Part 1

To build everything, cd into the part1/ directory and run:

elm make Main.elm --output elm.js

This will compile your Main.elm file into elm.js, which gets loaded by index.html.

Then open index.html in your browser.

Exercise

Open Main.elm in your editor and resolve the TODOs there.

After you complete each one, re-run elm make Main.elm --output elm.js to recompile the elm.js file, then refresh the browser to see the results!