Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/pheroom/great-paint
- Owner: pheroom
- Created: 2023-06-18T16:03:38.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-02T14:08:10.000Z (9 months ago)
- Last Synced: 2024-05-03T01:20:31.962Z (9 months ago)
- Topics: canvas, react, typescript, websockets
- Language: TypeScript
- Homepage: https://pheroom.github.io/great-paint/
- Size: 1.01 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```