This is the SPA Client project for APIView
- Ensure you have completed APIView Setup
- Install angular cli
npm install -g @angular/cli - Install node modules at
C:\git\azure-sdk-tools\src\dotnet\APIView\ClientSPAnpm install
To run client SPA locally use the angular serve command with ssl option
npx ng serve --ssl
To run client SPA tests use angular test command
npx ng test