Skip to content

Latest commit

 

History

History
45 lines (34 loc) · 528 Bytes

README.md

File metadata and controls

45 lines (34 loc) · 528 Bytes

real-time-docs

Real-time text editor where people can collborate and provide real time inputs on a document.

Client

React app bundled using vite

install dependencies

cd client
npm i --save

Run locally

npm run dev

Open up your browser on port 3000

Build

npm run build

Server

Websocket server to receive real time updates from frontend

install dependencies

cd server
npm i --save

Run locally

npm run dev

Server will start on port 4000