Skip to content

Latest commit

 

History

History
15 lines (14 loc) · 747 Bytes

README.md

File metadata and controls

15 lines (14 loc) · 747 Bytes

#Elm Koans

##Instructions

  • Get Elm version 0.17
  • Clone this repo
  • Install the dependencies
    • run elm package install from inside the cloned directory
  • Run the tests
    • Run elm reactor and open a browser to http://localhost:8000/src/Koans.elm OR
    • npm install -g elm-test
    • elm-test src/KoansNode.elm
      • Note this will produce a LOT of output, so you'll probably want to elm-test src/KoansNode.elm | head -n20 to just see the first couple failing tests
  • Use any editor to change the source files, refresh the browser page, and make the tests pass
    • Placeholder values are denoted as xValueType and will need to be replaced to make the tests pass