Files
elm-0.19-workshop/intro/part4/README.md
Richard Feldman f7821637b9 Fix part4 readme
2018-08-11 14:08:30 -04:00

285 B

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.