Building a full Realtime Chat Application.
1️⃣ Node
2️⃣ Express
3️⃣ React
4️⃣ Socket.IO
Clone the repository
git clone https://github.com/maheshkhatana/Chat-App.git
In the project directory(Chat-App/Client)
npm install
In the project directory(Chat-App/Server)
npm install
To run the application, In the project directory(Chat-App/Client)
npm start
To run the application, In the project directory(Chat-App/Server)
node index