roelandvh / elm-koans

A set of koans for learning Elm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#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

About

A set of koans for learning Elm

License:MIT License


Languages

Language:Elm 100.0%