Skip to content

dkarter/game_of_life

Repository files navigation

Game Of LiveView

CI STATUS

Checkout the production version here

demo

Running

  • 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.