A web-based cybersecurity-themed minesweeper game.
The game is currently hosted on GitHub Pages:
https://rinkattendant6.github.io/threatsweeper/
A goal of this project is to explore the use of modern various web development technologies.
- TypeScript
- React
- Parcel
- Microsoft Fluent UI
- GitHub Actions for deployment
Pre-requisites: Node.js
- Run
npm install
- Start the built-in dev server by running
npm start
- Open your page in your browser: http://127.0.0.1:8080
npm ci
npm run build
# output will be in the dist folder