Add part4

This commit is contained in:
Richard Feldman
2018-04-30 05:51:20 -04:00
parent 29fbd5c1c1
commit 202fde8eb4
240 changed files with 34585 additions and 0 deletions

7
part4/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
```