Update part1 elm-stuff and README

This commit is contained in:
Richard Feldman
2018-05-05 04:59:30 -04:00
parent 4ecc526f98
commit ebd6b4e634
12 changed files with 102 additions and 26 deletions

View File

@@ -1,7 +1,14 @@
# Part 1
To build everything:
To build everything, `cd` into the `part1/` directory and run:
```shell
elm-live src/Main.elm --output=../server/public/elm.js --dir=../server/public --pushstate
```
elm make --output=../server/public/elm.js src/Main.elm --pushstate --open
```
Then open [http://localhost:3000](http://localhost:3000) in your browser.
## Exercise
Open `src/Page/Home.elm` in your editor and resolve the TODOs there.