Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/alanrsoares/ts-mines

Mine Sweeper in React + TypeScript
https://github.com/alanrsoares/ts-mines

game minesweeper typescript

Last synced: 3 months ago
JSON representation

Mine Sweeper in React + TypeScript

Awesome Lists containing this project

README

        

# ![mines logo](/public/mines-brand.png)

[![Netlify Status](https://api.netlify.com/api/v1/badges/11660de5-a44d-4931-9a02-062585be2288/deploy-status)](https://app.netlify.com/sites/ts-mines/deploys)

A Minesweeper PWA in React + TypeScript

mines logo

## Live demo

https://ts-mines.netlify.app

## Contributing

Clone the repository:

```bash
git clone [email protected]:alanrsoares/ts-mines.git
```

Install dependencies:

```bash
yarn install
```

Or with npm:

```bash
npm install
```

Run it:

```
yarn start
```

Or with npm:

```bash
npm start
```

### License

[MIT](/LICENSE)