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.
http://joshorourke.com/react-minesweeper
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