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

Latest commit

 

History

History
executable file
·
16 lines (13 loc) · 309 Bytes

README.md

File metadata and controls

executable file
·
16 lines (13 loc) · 309 Bytes

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