Conway's Game of Life This is my implementation of Conway's game of life using React + Typescript. Setup git clone https://github.com/RubenZx/game-of-life cd game-of-life yarn yarn start Visit http://localhost:3000/ to view your development server.