Home

Awesome

Blackjack in Elm

Getting started

  1. You need to have Elm 0.18 installed on your machine.

Compile this project with:

elm make src/Main.elm --output js/elm.js

Run the tests:

elm test

Then view it:

elm reactor

Key Elm Modules and Types

in src/

TODO