/react-minesweeper

A Minesweeper clone built with React

Primary LanguageJavaScript

React Minesweeper

This project is a clone of the classic Minesweeper game built with React. It features a simple, minimalist interface and a well-tested game module that houses the game rules. The React code itself is straightforward and used mostly for presentation.

DEMO

http://joshorourke.com/react-minesweeper

SCREENSHOT

USAGE

The following commands are available in your project:

# Install npm modules
npm install

# Start for development
npm start 

# Run unit tests
npm test

# Builds the app for production to the build folder
npm run build