Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 655 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 655 Bytes

These are the steps to get the project running.

First, the following must be installed:

Then, to run and connect to the project:

  • Open a terminal/command prompt.
  • Change directory (cd) to the ClientApp folder (in UXWebExam).
  • Run npm ci to install the required packages.
  • Change directory (cd) to the parent folder (cd ..).
  • Then run dotnet run and the project should build and run.
  • In the output it should say what endpoint it is listening on.
  • Open a browser and connect to the HTTPS endpoint (allow connection on warning).