Rename part5 to part8

This commit is contained in:
Richard Feldman
2018-08-13 06:09:31 -04:00
parent 91438546ba
commit 7ac13cb8f5
52 changed files with 2 additions and 2 deletions

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

@@ -0,0 +1,13 @@
# Part 8
To build everything, `cd` into this `part8/` 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.