ElmPrague: Game of Life Coding Dojo
Then run:
nvm install `cat .nvmrc`
nvm use
npm install --global yarn
nvm use
yarn install
elm package install -y
- once:
yarn test
- in watch mode:
yarn test:watch
elm reactor
And open localhost:8000
Property base testing talk by John Hughes:
- Game of Life
- Elm Syntax vs JS and Syntax
elm-test
v3.1.0- we are using also
node-test-runner
to run tests in Node.js
- we are using also
elm-format
- Elm signals visualization
- ElmLive - Random Maps by
elm-format
author - Check
dojo-start
anddojo-end
tags to see code at the beggining and at the end of Coding Dojo (diff is here)