Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 539 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 539 Bytes

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.