Update READMEs for part2, part3, and part4
This commit is contained in:
@@ -1,7 +1,14 @@
|
||||
# Part 2
|
||||
|
||||
To build everything:
|
||||
To build everything, `cd` into the `part2/` 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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user