A collaborative code editor is a real-time tool that allows multiple people to write and edit code together. It provides a shared workspace where changes made by one person are immediately visible to others.
List the technologies used in your project, such as:
- MongoDB
- Express.js
- React
- Node.js
- Socket.io
Follow these steps to install and set up the project locally:
-
Clone the repository:
git clone https://github.com/ChaitanyGhadigaonkar/Collaborative-Code-Editor
-
Install Node modules of client
npm install
-
Install Node modules of Backend
cd .\Backend\ npm install
-
Start server
npm run server
-
Back to main directory and Start Client
npm start
