Skip to content

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