Add part2, clean up part1 some

This commit is contained in:
Richard Feldman
2018-08-05 07:19:09 -04:00
parent c247c24a23
commit 2163df4cb3
53 changed files with 5419 additions and 72 deletions

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

@@ -0,0 +1,13 @@
# Part 2
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
Open `src/Viewer/Cred.elm` in your editor and resolve the TODOs there.