Skip to content

Debugging

Thomas Bittner edited this page Jun 25, 2021 · 2 revisions

To run the server, execute the following command in the client directory:

dotnet watch run

This will start a development server on https://localhost:5001 that will reload whenever a file is changed and saved.

Clone this wiki locally