Skip to content
This repository has been archived by the owner on Feb 13, 2020. It is now read-only.

KoyamaSohei/yjs-react-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

yjs-react-example

Collaborative text editing app, built with React, Express, Quill, and Yjs.

setup

git clone https://github.com/KoyamaSohei/yjs-react-example
cd yjs-react-example
yarn
/ * change url in App.js. see App.js comment. */
yarn build
yarn serve

open http://localhost:3000