Add part2

This commit is contained in:
Richard Feldman
2018-08-09 02:30:38 -04:00
parent 6a0a7ea941
commit 82dfd6436e
4 changed files with 108 additions and 0 deletions

15
intro/part2/README.md Normal file
View File

@@ -0,0 +1,15 @@
# 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.