Web client for game of life game.
1. git clone https://github.com/livey0u/game-of-life-client.git
2. npm install
3. npm run development
1. git clone https://github.com/livey0u/game-of-life-client.git
2. npm install
3. npm start
After setting up heroku cli, following command would deploy.
1. git push heroku master
Update relay server url in `src/config.js` if production url is changed.
1. Try canvas element to check the performance for world size 500 & above.