Add part1

This commit is contained in:
Richard Feldman
2018-04-30 04:20:48 -04:00
parent 394b108065
commit 5e232596d9
240 changed files with 34606 additions and 0 deletions

7
part1/README.md Normal file
View File

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