Add part4

This commit is contained in:
Richard Feldman
2018-08-05 08:28:31 -04:00
parent a33c199c11
commit 2e0d00f947
53 changed files with 5522 additions and 0 deletions

13
advanced/part4/README.md Normal file
View File

@@ -0,0 +1,13 @@
# Part 4
To build everything, `cd` into this `part4/` directory and run:
```shell
elm make src/Main.elm --output=../server/public/elm.js
```
Then open [http://localhost:3000](http://localhost:3000) in your browser.
## Exercise
Open `src/Article/Feed.elm` in your editor and resolve the TODO there.