Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# Minesweeper Game in React

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


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.