Skip to content

alanrsoares/ts-mines

Repository files navigation

mines logo

Netlify Status

A Minesweeper PWA in React + TypeScript

mines logo

Live demo

https://ts-mines.netlify.app

Contributing

Clone the repository:

git clone git@github.com:alanrsoares/ts-mines.git

Install dependencies:

yarn install

Or with npm:

npm install

Run it:

yarn start

Or with npm:

npm start

License

MIT