rm -rf intro

This commit is contained in:
Richard Feldman
2018-08-05 05:06:51 -04:00
parent 7b12aa570f
commit 35c3b048d3
3419 changed files with 1 additions and 480671 deletions

View File

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