Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 375 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 375 Bytes

How to run this project locally

  • Clone this project

  • Run npm install or yarn installin both folders to install all their dependencies.

  • Build both servers using npm run build or yarn build

  • Start both servers using npm start or yarn start

  • Check the readme in individual folder for more information.