438a6055ad2519796f496c01e64a8a896c5efe25
Bumps [webpack-dev-middleware](https://github.com/webpack/webpack-dev-middleware) from 5.3.3 to 5.3.4. - [Release notes](https://github.com/webpack/webpack-dev-middleware/releases) - [Changelog](https://github.com/webpack/webpack-dev-middleware/blob/v5.3.4/CHANGELOG.md) - [Commits](https://github.com/webpack/webpack-dev-middleware/compare/v5.3.3...v5.3.4) --- updated-dependencies: - dependency-name: webpack-dev-middleware dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
Live Demo: https://minesweeper.alexisvasseur.fr
📌 Table of content
📖 Description
Minesweeper is a game where the player has to clear a minefield without detonating any mine. The game is won when all the cells without a mine are revealed. The game is lost when a mine is revealed.
⚙️ Techno used
- React
- Recoil
- TypeScript
- SCSS
- Docker
⬇️ Installation
💻 Local
-
Clone the repository
git clone https://www.github.com/KeunotorCagoule/minesweeper.git -
Install the dependencies
npm install -
Run the server as development
npm start -
Run the server as production
npm run build npm i -g serve serve build
🐳 Docker
-
Build the image
docker build -t minesweeper . -
Run the container
docker run --name minesweeper -dp 3000:3000 minesweeper
👩❤️👨 Credits
Languages
TypeScript
84.3%
SCSS
13.7%
HTML
1.3%
Dockerfile
0.7%


