Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 3 hours 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 4 years ago)
- Default Branch: master
- Last Pushed: 2021-07-14T16:57:51.000Z (over 3 years ago)
- Last Synced: 2023-03-03T19:48:41.937Z (over 1 year 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: 26
- Watchers: 2
- Forks: 11
- 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.