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

15 lines
285 B
Markdown

# Part 4
Build everything the same way as last time:
```shell
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.