This is a JS implementation of Conway's Game of Life on the web!
Install Node.js
Clone this repository.
git clone https://github.com/GeraldRyan/Conways-Game-of-Life
Navigate to the folder.
cd game-of-life
Install npm modules.
npm install
If you want to start a server, use this command.
npm run start
Then you can go to http://localhost:3000 in your browser or any port.