diff --git a/part2/README.md b/part2/README.md index 05f7163..497cb37 100644 --- a/part2/README.md +++ b/part2/README.md @@ -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. + diff --git a/part3/README.md b/part3/README.md index 05f7163..b621956 100644 --- a/part3/README.md +++ b/part3/README.md @@ -1,7 +1,14 @@ -# Part 2 +# Part 3 -To build everything: +To build everything, `cd` into the `part3/` 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. + diff --git a/part4/README.md b/part4/README.md index 05f7163..75003e2 100644 --- a/part4/README.md +++ b/part4/README.md @@ -1,7 +1,14 @@ -# Part 2 +# Part 4 -To build everything: +To build everything, `cd` into the `part4/` 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. +