Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/pheroom/great-paint

Online paint, built with WebSocket and Canvas API
https://github.com/pheroom/great-paint

canvas react typescript websockets

Last synced: about 1 month ago
JSON representation

Online paint, built with WebSocket and Canvas API

Awesome Lists containing this project

README

        

# Great Paint

## *Онлайн Графический редактор*

#### Ссылка на проект https://pheroom.github.io/great-paint
#### Ссылка на сервер https://github.com/pheroom/great-paint-server

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

[Typescript](https://www.typescriptlang.org/),
[React](https://reactjs.org/),
[MobX](https://mobx.js.org/README.html),
[Bootstrap](https://react-bootstrap.github.io/),
[Vite](https://vitejs.dev/)

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

Клонируйте проект

```bash
git clone https://github.com/pheroom/great-paint.git
```

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

```bash
cd great-paint
```

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

```bash
npm install .
```

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

```bash
npm start
```