Add part3

This commit is contained in:
Richard Feldman
2018-08-05 07:57:52 -04:00
parent 2163df4cb3
commit 46d8a711d5
37 changed files with 5456 additions and 0 deletions

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

@@ -0,0 +1,16 @@
# Part 3
To build everything, `cd` into this `part1/` 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
Resolve the TODOs in these files:
* `src/Page/Home.elm`
* `src/Page/Settings.elm`
* `src/Page/Article.elm`