Nothing Special   »   [go: up one dir, main page]

Skip to content

thangved/chat-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

chat-app

CodeQL CodeFactor

Install Dependencies

cd server
yarn
cd app
yarn

Development

  • In ./server
yarn watch
yarn dev
  • In ./app
yarn start

Production

  • In ./server
yarn start
  • In ./app
yarn build