Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 304 Bytes

README.md

File metadata and controls

26 lines (22 loc) · 304 Bytes

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