The working app can be tried here: https://brihan-tech.github.io/Minesweeper/!
-
Clone this repository:
git clone https://github.com/BriHan-Tech/Minesweeper.git -
Install relevant dependencies
-
Open a terminal window and navigate to the directory where you extracted or cloned this project
-
Run the following command to install the project dependencies using a package manager such as npm or yarn:
npm installoryarn install
-
-
Run the project locally. After the dependencies areinstaled you can run the React project locally:
npm installoryarn start