Files
elm-0.19-workshop/part9
katbow 8c5472d344 Update dependencies in test elm-package.json
Changed type annotation to match
2017-01-17 12:46:11 +00:00
..
2016-09-01 01:38:15 -07:00
2016-09-01 01:38:15 -07:00
2016-12-11 15:16:03 -08:00
2016-09-07 04:46:31 -05:00
2016-09-01 01:38:15 -07:00
2016-09-02 22:34:41 -07:00
2016-12-11 15:20:20 -08:00
2016-09-03 00:24:44 -07:00
2016-09-01 01:38:15 -07:00

Part 9

Installation

elm-package install

(Answer y when prompted.)

Building

elm-live Main.elm --open --pushstate --output=elm.js

Running Tests

Do either (or both!) of the following:

Running tests on the command line

elm-test

Running tests in a browser

cd tests
elm-reactor

Then visit localhost:8000 and choose HtmlRunner.elm.

References