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