Application for management of annual / sick leaves management.
Start with installing the parent project.
Then install the dependencies:
cd angular
yarn install
Start with running the parent project.
Then run the client for this subproject:
cd angular
yarn start
TODO