- Download project as a zip.
- Extract from archive to desktop or any other convinient location.
- Open WAD.API.11456 and open
sln
file in Visual Studio. - Next, make sure that API is working and returning real data from
UniDB
.
- Open seperately WAD.Client.11456 folder in Visual Studio Code.
- Run
npm i
command on termina; inside WAD.Client.11456 project, in that way, you will install node modules. - Run
ng serve
command on terminal inside project and navigate tohttp://localhost:4200/
Voila!