This project utilizes Socket.io framework for realtime chatting application. It was built using React (client) and Node (server).
- Click on
<> Code
button - Copy the HTTPS/SSH repository link
- Run
git clone
command on your terminal. - Run
npm install
command inside client and server folder. - In the client folder, Create
.env
file by copying.env.example
file. 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.