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

https://github.com/pheroom/chess-react

Web application for playing chess
https://github.com/pheroom/chess-react

chess mobx oop typescript

Last synced: about 1 year ago
JSON representation

Web application for playing chess

Awesome Lists containing this project

README

          

# Chess

## *Шахматы на двоих*

#### Ссылка на проект https://pheroom.github.io/chess-react

## Используемые технологии:

[Typescript](https://www.typescriptlang.org/),
[React](https://reactjs.org/),
[MobX](https://mobx.js.org/README.html)

## Запустить локально

Загрузите проект

```bash
git clone https://github.com/pheroom/chess-react.git
```

Перейдите в корневую папку

```bash
cd chess-react
```

Загрузите зависимости

```bash
npm install .
```

Запустите локальный сервер

```bash
npm start
```
``Server available at http://localhost:3000``