Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 391 Bytes

File metadata and controls

18 lines (15 loc) · 391 Bytes

React Chat App

This is a simple react chat application

📷 Screenshot:

React chat

🛠 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