Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 259 Bytes

File metadata and controls

23 lines (18 loc) · 259 Bytes

Yet another Minesweeper built with ReactJS

To install dependencies:

$ npm install

To start:

$ npm start

To lint:

$ npm run lint

To build:

$ npm run build

Try it online: https://onatolich.github.io/minesweeper2/