Update part1 and part2

This commit is contained in:
Richard Feldman
2018-04-30 04:42:21 -04:00
parent 5e232596d9
commit 3b43ef3437
243 changed files with 34543 additions and 142 deletions

7
part2/README.md Normal file
View File

@@ -0,0 +1,7 @@
# Part 2
To build everything:
```
elm-live --output=../server/public/elm.js src/Main.elm --pushstate --open
```