/quantachat

Messaging app with typescript, react, nodejs and graphql

Primary LanguageTypeScriptMIT LicenseMIT

message

Quickstart

  • git clone https://github.com/acharyaroshanji/QuantaChat.git
  • cd QuantaChat
  • yarn install
  • cd client
  • yarn install
  • yarn build:css
  • make .env file with the content of .env.example
  • yarn develop

Build

  • yarn build