Files
elm-0.19-workshop/intro/part8
Richard Feldman 69f3c478fb Update README.md
2018-08-15 17:36:01 -05:00
..
2018-08-12 12:51:35 -04:00
2018-08-14 03:37:19 -04:00
2018-08-12 12:51:35 -04:00
2018-08-12 12:51:35 -04:00
2018-08-12 12:51:35 -04:00
2018-08-15 17:36:01 -05:00

Part 8

Once again, we'll be building src/Main.elm, but editing a different file.

To build everything, cd into the part8/ directory and run8

elm make src/Main.elm --output ../server/public/elm.js

Then open http://localhost:3000 in your browser.

Exercise

We need to make signup work again. Currently it doesn't actually send a HTTP request to the server.

We'll fix this by editing src/Page/Register.elm and resolving the TODOs there.