Elm Conway's Game of Life implementation
In the project directory, you can run:
elm install
yarn
# or npm install
Here's a brief high-level overview of the tech stack the app uses:
- elm 0.19
- webpack 5
- tailwindcss 3
yarn dev
# or npm dev
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You can build the project by running:
yarn build
# or npm build
This will generate the compiled files in dist folder.