https://github.com/jasonmit/react-redux-minesweeper
https://github.com/jasonmit/react-redux-minesweeper
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jasonmit/react-redux-minesweeper
- Owner: jasonmit
- Created: 2017-06-08T09:06:51.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-06-14T09:24:43.000Z (over 8 years ago)
- Last Synced: 2024-10-20T00:00:12.714Z (about 1 year ago)
- Language: JavaScript
- Size: 85.9 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# react-minesweeper
A minesweeper game built using React, Redux, and ImmutableJS.
## Running
`yarn && yarn start`
## Testing
`yarn test`
## Requirements
* \>= node 7
* [yarn](https://yarnpkg.com/en/docs/install)