Files
elm-0.19-workshop/intro/part4
2019-11-01 11:58:04 +01:00
..
2019-11-01 11:58:04 +01:00
2018-08-09 06:45:07 -04:00
2018-08-11 14:08:30 -04:00

Part 4

Build everything the same way as last time:

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

No need to open index.html in your browser, since this time the exercise is only about compiling!

Exercise

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