Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 274 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 274 Bytes

How to setup project:

Backend:

  1. Open server folder in the console.
  2. Run yarn install
  3. Run yarn generate
  4. Run yarn start or yarn dev to enable hot reloading

Frontend

  1. Open client folder in the console.
  2. Run yarn install
  3. Run yarn start