Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 250 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 250 Bytes

yjs-todo-app

Todo App with Yjs. It's a collaborative todo app demo.

Getting Started

$ yarn install

And then, launch websocket server.

$ yarn server

And start React.

$ yarn start