Files
elm-0.19-workshop/intro/part2/README.md
Richard Feldman 82dfd6436e Add part2
2018-08-09 06:27:09 -04:00

16 lines
324 B
Markdown

# 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:
```shell
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.