A simple Chat Room app build using React and Node
See the live running app here - Chat
- Inside the project folder
chat
cd backend
npm i
- Start the server using the command
nodemon index.js
- Inside the project folder
chat
cd frontend
npm i
- Start the server using the command
npm start
- Browse the URL localhost:3000 in the browser
- Clone the repo
- Do Docker-compose up
This static message will come only if a message is not replied for more than 30 secs