Checkout the production version here
- Install dependencies with
mix deps.get
- Install Node.js dependencies with
yarn install --cwd assets
- Start Phoenix endpoint with
mix phx.server
Now you can visit localhost:4000
from your browser to
see Conway's Game of Life implemented in LiveView.