React Chat App This is a simple react chat application 📷 Screenshot: 🛠 Tools: Socket.io Express.js React.js 🚀 Start: npm install // install dependencies cd ./client && npm install && cd .. // install client dependencies npm run build // build react application npm run start // or npm run dev