Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 486 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 486 Bytes

TDD example for Conway's Game of Life in Elm

Playing around with TDD and Elm

Get started

Install Elm: https://guide.elm-lang.org/get_started.html

Install dependencies + auto-run tests

npm install
elm-package install
gulp test

If you use VS Code, it's recommended to install elm and elm-format extensions.