Navigate into the the API directory, then:
dotnet restore
dotnet run
First, you need to set the API URL in the environment variable in src/environments/environments.development.ts
. In most cases, the default address is good. Then, start with the following commands:
npm ci
npm run start