This is a very basic Elm template for use with things like Code Retreat.
- Create a new repository from this template and clone it.
- Run
npm install
to set up Elm and all the required tools.
Run the tests once:
npm run test
Continutally watch for file changes and rerun the tests:
npm run watch
Run the Elm reactor:
npm run start
The navigate your browser to http://localhost:8000/src/Main.elm.