Skip to content

Shared document editor built with React, Node and websockets

License

Notifications You must be signed in to change notification settings

ianagpawa/shared-doc

Repository files navigation

Shared Doc

A simple collaborative document editing app built with React, Node and websockets.

How to run the app?

#-- Setup and start the server
cd server
npm install # or yarn install
npm start # or yarn start

#-- Setup and start the client
cd client
npm install # or yarn install
npm start # or yarn start

License

MIT

Credits

This project was implemented according to this LogRocket blog post.

About

Shared document editor built with React, Node and websockets

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published