Minesweeper is a clone of one of the most popular classic games fully written on react.js.
- Manual
- Clone repo and run
yarn install
(ornpm install
) to download dependencies. - Run
npm run build
to build the game. The result files will be located in/dist
directory in the root. - Go to the project root, run webpack hot web server
npm run start
or start express nodejs servernode server.js
- Docker
- Clone repo.
- Build an image and run docker container or use docker-compose (notice, config yml file uses v3.6 and was tested with docker 18.02.0+)
Game uses animate.css and bootstrap4 via a CDN.