This is my implementation of Conway's Game of Life in React.js and TypeScript.
Install yarn. Then:
$ git clone https://github.com/jwworth/conway.git
$ cd conway
$ yarn
$ yarn start
Visit http://localhost:3000/ to view your development server.
$ yarn test
This project is released under the MIT License.