A project done in the process of making a socket.io tuorial in Bangla.
- Clone the repository.
- Open seprate terminal windows/tabs in the
client
andserver
folder. - For
server
runnpm install
, thennpm start
. - Now the
server
should be up onhttp://localhost:4000
. - For
client
runnpm install
, thennpm start
. - Now the
frontend
should be up onhttp://localhost:3000
.