- Make a clone (
git clone) of this repository; - Enter the
cd real-time-Chatfolder;
- Enter the
cd backendfolder; - Run
yarnto install the dependencies; - Run
yarn startto start the server.
- Enter the
cd frontfolder; - Run
yarnto install the dependencies; - Run
yarn startto start the server.
