Skip to content

monkseal/minesweeper-react-redux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minesweeper-React-Redux

TLDR;

Minesweeper App Running Here

Blog Article/Tutorial Start Here

Intro

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.

Running locally

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:

yarn start

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.

yarn test

Launches the test runner in the interactive watch mode.

yarn lint

Runs eslint against the project. Running yarn lint --fix will fix any erros that can but autofixed.

yarn run build

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.

Screencasts

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:

Releases

No releases published

Packages

No packages published