Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 276 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 276 Bytes

A simplest chat application Using React, Express and Socket.IO

Demo

To start the server, inside server directory:

  • Do npm install
  • Run node index.js

To start the client, in client directory:

  • Do npm install
  • Run npm start