Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 381 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 381 Bytes

game-of-life-react-redux

This is a Conway's Game of Life implementation with react and redux


Demo

https://gcrispino.github.io/game-of-life-react-redux/

Run locally

Using npm npm install then npm start

Using yarn yarn then yarn start

Run tests(not many, honestly)

npm test or yarn test