Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 399 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 399 Bytes

This project was bootstrapped with Create React App.

Description

This is a small test application implementing the Game of Life simulation using React with Redux.

To run, use

npm install
npm start

This runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.