A React version of minesweeper, just a fun small game side project built over a few days.
A production build of this project is viewable at: mine-sweeper.surge.sh
To run the app locally from the console install yarn globally and then from the project directory run:
yarn install; yarn run start
This project was bootstrapped with Create React App.
Below you will find some information on how to perform common tasks.
You can find the most recent version of this guide here.