-
Notifications
You must be signed in to change notification settings - Fork 0
How to Run
Cátia Barroco edited this page Oct 21, 2022
·
3 revisions
IMAGE
You can run this project in 3 different ways:
On topics below you can find more details about this ways to run this project.
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:
-
Verify if you follow the requirements to run this project;
-
Now you need instal all the dependencies, for that run on project root folder the command:
-
yarn: if you use Yarn;
-
-
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);
-
-
On Backend (