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

https://github.com/bindu-1805/syncsketch-

A Real-time collaborative drawing app built using ReactJS, ExpressJS and NodeJS.
https://github.com/bindu-1805/syncsketch-

expressjs node-js reactjs websocket

Last synced: 3 months ago
JSON representation

A Real-time collaborative drawing app built using ReactJS, ExpressJS and NodeJS.

Awesome Lists containing this project

README

          

SyncSketch is developed for beginners who want to share their artistic ideas with fellow users in a simpler manner. This
app will allow users to draw on a shared canvas and instantaneously see updates from other users.

## Getting Started

1. Install yarn globally
```
npm i -g yarn
```

2. Clone the repository
```
git clone https://github.com/bindu-1805/SyncSketch-.git
```

3. Navigate to the backend folder and install dependencies
```
cd backend
yarn
```

4. Navigate to the frontend folder and install dependencies
```
cd frontend
yarn
```

5. Run the development servers
```
cd backend
yarn start
```

```
cd frontend
yarn start
```

6. The app will then run on `http://localhost:3000/ `