Files
elm-0.19-workshop/advanced/part2/README.md
Richard Feldman a33c199c11 Fix some READMEs
2018-08-05 08:28:27 -04:00

14 lines
303 B
Markdown

# Part 2
To build everything, `cd` into this `part2/` 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/Viewer/Cred.elm` in your editor and resolve the TODOs there.