Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 228 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 228 Bytes

React ShareDB Example

Implementing React + Quill.js + ShareDB for concurrent document modification

Server

  1. Navigate to server/
  2. npm install && npm start

Client

  1. Navigate to client/
  2. npm install && npm start