Real time chat app with react and nodejs.
Clone or downlaod the repository and run following command in the project folder:
cd client
yarn or npm install
yarn start or npm start
cd ..
cd server
yarn or npm install
yarn start or npm start
after that frontent will run at http://localhost:3000 and backend will run at http://localhost:3001.
open http://localhost:3000 into a browser and explore.
- React
- ExpressJs
- Socket.io