Minesweeper was built to using React and Redux for managing state and using selectors. https://fufukha.github.io/minesweeper/
- Install dependencies
yarn install- Start development server
yarn dev- Open http://localhost:9000/minesweeper with your browser to see the result.