Play: https://nbsp1221.github.io/react-minesweeper-game
First, git clone this repository.
git clone https://github.com/nbsp1221/react-minesweeper-game.git
cd react-minesweeper-gameInstall npm packages.
npm installnpm run startVisit http://localhost:8080 then you can play a minesweeper game in development mode.
Set ASSETS_PATH in webpack.config.js according to your environment before build it.
npm run buildCheck build directory.