Conway's Game of Life in Elm
https://hahnah.github.io/Elm-GameOfLife/
Install Node.js and Volta, then set specified versions of Node.js and npm.
Install node modules dependencies.
npm install
npm run start
Elm-GameOfLife runs at http://localhost:8000
.
npm run build
It Builds into dist/
directory.
MIT © Hahnah