https://github.com/nbsp1221/react-minesweeper-game
💣 Minesweeper Game in React
https://github.com/nbsp1221/react-minesweeper-game
babel minesweeper minesweeper-game npm react reactjs redux styled-components webpack
Last synced: 21 days ago
JSON representation
💣 Minesweeper Game in React
- Host: GitHub
- URL: https://github.com/nbsp1221/react-minesweeper-game
- Owner: nbsp1221
- License: mit
- Created: 2020-03-13T14:06:16.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-07-14T16:57:51.000Z (almost 4 years ago)
- Last Synced: 2025-04-13T18:55:08.172Z (3 months ago)
- Topics: babel, minesweeper, minesweeper-game, npm, react, reactjs, redux, styled-components, webpack
- Language: JavaScript
- Homepage: https://nbsp1221.github.io/react-minesweeper-game
- Size: 1.83 MB
- Stars: 29
- Watchers: 1
- Forks: 14
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Minesweeper Game in React
Play: https://nbsp1221.github.io/react-minesweeper-game
![]()
## Usage
First, git clone this repository.
```shell
git clone https://github.com/nbsp1221/react-minesweeper-game.git
cd react-minesweeper-game
```Install npm packages.
```shell
npm install
```### Run
```shell
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.
```shell
npm run build
```Check `build` directory.