Skip to content

self-learnary/live-chat-app-nestjs-vue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Live Chat App with NestJS and Vue 3

Server project setup

$ cd chat-server

$ pnpm install

# run in development and start watch mode
$ pnpm run start:dev

# start production mode
$ pnpm run start:prod

Client project setup

$ cd chat-client

$ pnpm install

# run in development mode
pnpm run dev

# build
pnpm run build

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published