Re-add part3

This commit is contained in:
Richard Feldman
2018-08-13 06:17:49 -04:00
parent 3002567065
commit df15488e97
36 changed files with 5796 additions and 0 deletions

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

@@ -0,0 +1,13 @@
# Part 3
To build everything, `cd` into this `part3/` 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/Page/Article.elm` in your editor and resolve the TODOs there.