Skip to content

jayjongcheolpark/WhatsApp-Clone-Client-React

 
 

Repository files navigation

WhatsApp Clone - Client

whatsapp

Run instructions

Make sure to clone the server first

$ git clone git@github.com:Urigo/WhatsApp-Clone-server.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 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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 97.5%
  • HTML 2.1%
  • CSS 0.4%