Initial Steps

Install depedencies and copying .env

cd chat-app-socket.io
npm i && npm run config

Configure .env

Set client & server url and server port

Running the application

cd chat-app-socket.io
npm run dev