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
- Host: GitHub
- URL: https://github.com/pheroom/chess-react
- Owner: pheroom
- Created: 2022-07-08T14:17:46.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-06-20T09:41:44.000Z (almost 3 years ago)
- Last Synced: 2025-02-04T19:45:56.530Z (about 1 year ago)
- Topics: chess, mobx, oop, typescript
- Language: TypeScript
- Homepage: https://pheroom.github.io/chess-react/
- Size: 957 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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``