Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 709 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 709 Bytes

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