Bump part3 and part4
This commit is contained in:
13
advanced/part5/README.md
Normal file
13
advanced/part5/README.md
Normal file
@@ -0,0 +1,13 @@
|
||||
# Part 5
|
||||
|
||||
To build everything, `cd` into this `part5/` directory and run:
|
||||
|
||||
```shell
|
||||
elm make src/Main.elm --output=../server/public/elm.js
|
||||
```
|
||||
|
||||
Then open [http://localhost:3000](http://localhost:3000) in your browser.
|
||||
|
||||
## Exercise
|
||||
|
||||
Open `src/Article/Feed.elm` in your editor and resolve the TODO there.
|
||||
Reference in New Issue
Block a user