Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 373 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 373 Bytes

TODO App

Starting the API

Navigate into the the API directory, then:

dotnet restore
dotnet run

Starting the Angular client

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