/nest-vue-ws-chat

A Basic Chat Application powered by NestJS, VueJS, Socket.IO

Primary LanguageTypeScript

nest-vue-ws-chat

A Basic Real Time Chat Application - Powered by NestJS, Socket.IO, VueJS

Install Backend

cd backend
npm install

Install Frontend

cd frontend
npm install

Run Backend

cd backend
npm run start

Run Frontend

cd frontend
npm run serve