- Get Elm version 0.19.1
- Make sure you have version 0.19.1 with
elm --version
- Make sure you have version 0.19.1 with
- Clone this repo
- Run the tests using one of the following methods:
- In the browser with automatic refreshing (preferred)
npm install -g elm-liveelm-live Main.elm- Visit http://localhost:8000
- In the browser (requires refreshing after editing files)
elm reactor- Visit http://localhost:8000/Main.elm
- In the terminal
npm install -g elm-testelm-test- Note this will produce a LOT of output, so you'll probably want to
elm-test | head -n20to just see the first couple failing tests
- Note this will produce a LOT of output, so you'll probably want to
- In the browser with automatic refreshing (preferred)
- Use any editor to change the source files and make the tests pass. If you're not using
elm-liveyou'll need to refresh your browser after making changes.- Placeholder values are denoted as
x____replace me____xand will need to be replaced to make the tests pass
- Placeholder values are denoted as
-
Notifications
You must be signed in to change notification settings - Fork 60
A set of koans for learning Elm
License
robertjlooby/elm-koans
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
A set of koans for learning Elm
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published