Files
Richard Feldman f6d6dc5ffc Update to 0.19.1
2019-11-01 08:12:13 +01:00
..
2018-08-14 01:48:11 -04:00
2019-11-01 08:12:13 +01:00
2018-08-09 06:27:09 -04:00
2018-08-09 06:27:09 -04:00

Part 2

This is just like last time, except Main.elm is now in the src/ directory.

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

elm make src/Main.elm --output elm.js

Then open index.html in your browser.

Exercise

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