Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 609 Bytes

README.md

File metadata and controls

43 lines (28 loc) · 609 Bytes

The magician

Prerequisites

  • npm
  • npx
  • elm

Install create-elm-app locally:

npm install create-elm-app

Test elm-app

npx elm-app start

Visiting localhost:3000 in a browser should render the app.

Run tests

npx elm-test

should output something similar to:

elm-test 0.19.1-revision2
-------------------------

Running 20 tests. To reproduce these results, run: elm-test --fuzz 100 --seed 176585423615561 /home/patrick/projects/the_magician/tests/Tests.elm


TEST RUN PASSED

Duration: 191 ms
Passed:   20
Failed:   0