react-minesweeper-game
Minesweeper Game in React.
Usage
First, git clone this repository.
Install npm packages.
Run
Visit http://localhost:8080 then you can play a minesweeper game in development mode.
Build
Set ASSETS_PATH
in webpack.config.js according to your environment before build it.
Check build
directory.