Skip to content

Messaging app with typescript, react, nodejs and graphql

License

Notifications You must be signed in to change notification settings

coderosh-zz/quantachat

Repository files navigation

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