Add part5

This commit is contained in:
Richard Feldman
2018-08-05 08:41:30 -04:00
parent 2e0d00f947
commit 1ea49f8bda
53 changed files with 5519 additions and 0 deletions

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

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