Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 401 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 401 Bytes

Minesweeper built in Angular

Play the game

Game Screenshot

Development

All custom code lives in /src/app

  • ng serve to do live development reload
  • ng build --prod to build
  • ngh to deploy to GitHub pages