No description
src | ||
.gitignore | ||
index.html | ||
instructions | ||
package-lock.json | ||
package.json | ||
README.md | ||
webpack.config.js |
Play Minesweeper Online
This is a single page web application featuring the classic game, Minesweeper.
Built on HTML, JS, and CSS.
Development
To start development, you need node v16 (the dev server doesn't work on v18 yet). Once you know you have this, you can do the following:
- Install dependencies:
npm i
- Start the dev server:
npm run dev
Running Locally
After running the commands to start development, open in a browser: http://localhost:4200
Live Demo
The current live site is here: (https://mnswpr.com)