adamkss / WhatsApp-Clone-Client-React

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WhatsApp Clone - Client

whatsapp

Run instructions

Make sure to clone the server first

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


Languages

Language:TypeScript 97.4%Language:HTML 2.1%Language:CSS 0.4%