ChatApp_Socketio
This project is a real-time chat application built using Socket.io, React, NodeJs, Express, and TailwindCSS.
Project Setup
- Clone the project repository from GitHub.
- Navigate to the client and server folders separately in your terminal.
- Run the command
npm install
in each folder to install dependencies. - Once installation is complete, run the command
npm start
in both folders.
That's it! You can now access the project in your web browser.