This is an early version of a Minesweeper game, written in React.
This project was created using Create React App.
Clone the project down locally, cd into it, and run 'npm install' to get all required packages installed. Then you can run dev with the following script:
npm start
Once running, a browser should open automatically to http://localhost:3000.