Skip to content
This repository was archived by the owner on Aug 27, 2022. It is now read-only.

Latest commit

 

History

History
36 lines (25 loc) · 589 Bytes

File metadata and controls

36 lines (25 loc) · 589 Bytes

Test Trophy in Elm

Dependencies

Start

Install node

nvm use && nvm install

Compile code

elm make src/GuessNumber.elm --output elm.js
*exo-open index.html

* If you don't have exo-open in your PATH, simply open the index.html file in your preferred browser.

Run your tests

npm test

Install dependencies