A simple collaborative document editing app built with React, Node and websockets.
#-- 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
This project was implemented according to this LogRocket blog post.