Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 367 Bytes

File metadata and controls

9 lines (7 loc) · 367 Bytes

Minesweeper in TypeScript and React

Simple Minesweeper clone implementation in TypeScript and React. You can play it or read about. If you want to run it follow these instructions:

  1. Clone the repository
  2. Run yarn (or npm) install
  3. Run yarn start