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

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

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