Skip to content
This repository was archived by the owner on Nov 27, 2022. It is now read-only.

WhatsApp-Clone Client using React (hooks & suspense) that connect to WhatsApp-Clone-Server using GraphQL & Apollo.

Notifications You must be signed in to change notification settings

nnthanh101/WhatsApp-Chat-Client-React

 
 

Repository files navigation

WhatsApp Chat - Client

WhatsApp-Clone

Run instructions

  • Make sure to clone the server first

      git clone https://github.com/vbosstech/WhatsApp-Chat-Client-React.git
    
  • Run yarn

      yarn install
    
  • Run codegen to generate TypeScript types

      yarn generate
    

Note that the types are generated from the server! So if you clone the server project in a different path be sure to update the codegen.yml file.

Start the WhatsApp-Chat-Server, see run instructions.

  • Run start

     $ yarn start
    

Note that the server should run on port 4000. If you decide to change that be sure to edit the .env file

About

WhatsApp-Clone Client using React (hooks & suspense) that connect to WhatsApp-Clone-Server using GraphQL & Apollo.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 90.6%
  • JavaScript 6.4%
  • HTML 2.0%
  • CSS 1.0%