Skip to content
This repository was archived by the owner on Jan 22, 2023. It is now read-only.

kunlabora/coderetreat-elm

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Code Retreat with Elm

Write your tests in Tests.elm.

Implementation can go straight in there, or create and import files as necessary...

Get it working on your machine

  1. Clone this repository

  2. Install Elm

  3. Install Elm stuff

elm package install
  1. Install elm-test

Because elm-test isn't available as regular binary, you'll need Node and install it via NPM.

npm install -g elm-test
  1. Run Elm stuff
elm-reactor
  1. Run tests
elm-test

Add the --watch flag if you want them to be continuously run.

GL HF!

About

Initial setup for a CodeRetreat with Elm

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Elm 100.0%