Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 432 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 432 Bytes

socket.io-tutorial

A project done in the process of making a socket.io tuorial in Bangla.

How to run?

  • Clone the repository.
  • Open seprate terminal windows/tabs in the client and server folder.
  • For server run npm install, then npm start.
  • Now the server should be up on http://localhost:4000.
  • For client run npm install, then npm start.
  • Now the frontend should be up on http://localhost:3000.