Skip to content

Files

Latest commit

40567a5 · Jun 27, 2019

History

History
10 lines (8 loc) · 267 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 267 Bytes

Game of Life

An implementation of Conway's game of life using React

Requirements

  • npm

Installation

  1. clone the master branch to a local directory.
  2. npm install from the local directory
  3. npm start to load a development instance from localhost:3000