Blog Article/Tutorial Start Here
This project is a React/Redux version of Minesweeper. Please see my 14 part screencast on Youtube where I built this project from the ground up.
The project was bootstrapped with Create React App.
You will need a local JavaScript development environment set up with yarn and npm. After cloning this repo, in the project directory, you can run:
Runs the Minesweeper app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
Launches the test runner in the interactive watch mode.
Runs eslint against the project. Running yarn lint --fix
will fix any erros that can but autofixed.
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
This repo was created as I build my 14 part screencast tutorial on how to build a Minesweeper Game in React/Redux. You can follow along as it was being built. I summarize a bit on my blog here:
Minesweeper React Redux Screencast Tutorial - Part 1-5 - Overview
Minesweeper React Redux Screencast Tutorial - Part 6-10
Minesweeper React Redux Screencast Tutorial - Parts 11-14
Or go directly to the Youtube videos:
- Minesweeper React Redux Screencast Tutorial - Part 1
- Minesweeper React Redux Screencast Tutorial - Part 2
- Minesweeper React Redux Screencast Tutorial - Part 3
- Minesweeper React Redux Screencast Tutorial - Part 4
- Minesweeper React Redux Screencast Tutorial - Part 5
- Minesweeper React Redux Screencast Tutorial - Part 6
- Minesweeper React Redux Screencast Tutorial - Part 7
- Minesweeper React Redux Screencast Tutorial - Part 8
- Minesweeper React Redux Screencast Tutorial - Part 9
- Minesweeper React Redux Screencast Tutorial - Part 10
- Minesweeper React Redux Screencast Tutorial - Part 11
- Minesweeper React Redux Screencast Tutorial - Part 12
- Minesweeper React Redux Screencast Tutorial - Part 13
- Minesweeper React Redux Screencast Tutorial - Part 14