This project utilizes Socket.io framework for realtime chatting application. It was built using React (client) and Node (server).
- Click on
<> Codebutton - Copy the HTTPS/SSH repository link
- Run
git clonecommand on your terminal. - Run
npm installcommand inside client and server folder. - In the client folder, Create
.envfile by copying.env.examplefile. Don't forget to fill in necessary values. - Run both client and server application.
- Client:
npm start - Server:
npm run dev
- Chatting application should be accessible on your browser.
