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