/chat-app

chat-app

Primary LanguageTypeScriptGNU General Public License v3.0GPL-3.0

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