Skip to content

nbsp1221/react-minesweeper-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minesweeper Game in React

Play: https://nbsp1221.github.io/react-minesweeper-game

Minesweeper game

Usage

First, git clone this repository.

git clone https://github.com/nbsp1221/react-minesweeper-game.git
cd react-minesweeper-game

Install npm packages.

npm install

Run

npm run start

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.

npm run build

Check build directory.