Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 659 Bytes

File metadata and controls

28 lines (23 loc) · 659 Bytes

Contributing

This is the SPA Client project for APIView

Pre-requisites

Development machine setup

  • 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\ClientSPA
    npm install
    

Running SPA CLient Locally

To run client SPA locally use the angular serve command with ssl option

 npx ng serve --ssl

Testing SPA Client Locally

To run client SPA tests use angular test command

 npx ng test