Skip to content

Latest commit

 

History

History
100 lines (78 loc) · 2.48 KB

README.md

File metadata and controls

100 lines (78 loc) · 2.48 KB

Minesweeper

Demo: github-pages

Task

Getting started

In the project directory, you can run:

npm install

Collecting all the necessary packages.

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

npm 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.
Your app is ready to be deployed!

See the section about deployment for more information.

Dependencies

├── @reduxjs/[email protected]
├── @types/[email protected]
├── @types/[email protected]
├── @types/[email protected]
├── @typescript-eslint/[email protected]
├── @typescript-eslint/[email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
└── [email protected]

Documentation files

.
├── Readme.md
├── public
│   └── Readme.md
└── src
    ├── Readme.md
    ├── assets
    ├── components
    │   ├── App
    │   ├── Board
    │   ├── Bombs
    │   ├── Cell
    │   ├── Display
    │   ├── Face
    │   ├── Field
    │   ├── Header
    │   ├── Readme.md
    │   └── Stopwatch
    ├── hooks
    │   └── Readme.md
    ├── store
    │   └── Readme.md
    ├── styles
    │   └── Readme.md
    └── types
        └── Readme.md

Learn More

You can learn more in the Create React App documentation.

To learn React, check out the React documentation.