This is yet another implementation of Conway's Game of Life. Here I'm trying to learn something new from a wide frontend horizon.
- Checkout and install dependencies:
$ git clone https://github.com/alexanderad/conways-game-of-life.git
$ cd conways-game-of-life
$ npm install
$ node app.js
- Navigate to http://localhost:3000
$ npm install -g supervisor
$ supervisor app.js