First switch to \Src\WebUI\ClientApp
folder and run the following command to install all required Node.js modules:
npm install
Next build Angular application by running the following command:
npm run-script build
Next open Northwind.sln
file in Visual Studio or JetBrains Rider and build it as usual.