Skip to content

How to Run

Cátia Barroco edited this page Oct 21, 2022 · 3 revisions
IMAGE

🚀 How to run?

You can run this project in 3 different ways:

On topics below you can find more details about this ways to run this project.



Traditional Way

The "traditional" way it's run the project using your terminal, opening 2 terminals and run with yarn dev/npm run dev, but for this you need do some things first:

  1. Verify if you follow the requirements to run this project;

  2. Now you need instal all the dependencies, for that run on project root folder the command:

    • yarn: if you use Yarn;
  3. if you have the containers you only need to run (for each folder):

    • On Backend (backend/):
      • yarn start:dev(using Yarn);
    • On Frontend (frontend/):
      • yarn dev (using Yarn);
Clone this wiki locally