• Stars
    star
    234
  • Rank 166,369 (Top 4 %)
  • Language
    Elm
  • License
    MIT License
  • Created over 9 years ago
  • Updated over 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A set of koans for learning Elm

Elm Koans

Instructions

  • Get Elm version 0.19.1
    • Make sure you have version 0.19.1 with elm --version
  • Clone this repo
  • Run the tests using one of the following methods:
    • In the browser with automatic refreshing (preferred)
    • In the browser (requires refreshing after editing files)
    • In the terminal
      • npm install -g elm-test
      • elm-test
        • Note this will produce a LOT of output, so you'll probably want to elm-test | head -n20 to just see the first couple failing tests
  • Use any editor to change the source files and make the tests pass. If you're not using elm-live you'll need to refresh your browser after making changes.
    • Placeholder values are denoted as x____replace me____x and will need to be replaced to make the tests pass