Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 762 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 762 Bytes

Chatroom Application with React & Node

This project utilizes Socket.io framework for realtime chatting application. It was built using React (client) and Node (server).

Steps to run this application

  1. Click on <> Code button
  2. Copy the HTTPS/SSH repository link
  3. Run git clone command on your terminal.
  4. Run npm install command inside client and server folder.
  5. In the client folder, Create .env file by copying .env.example file. Don't forget to fill in necessary values.
  6. Run both client and server application.
  • Client: npm start
  • Server: npm run dev
  1. Chatting application should be accessible on your browser.

Screenshots

Chatting Screen