Running the Blazor Server Project Template
Learn about starting a Blazor Server website, adjusting launch settings, and exploring routes.
We'll cover the following
Start and review the website
Now that we have reviewed the project template and the important parts that are specific to the Blazor Server, we can start the website and review its behavior:
Step 1: In the Properties
folder, in launchSettings.json
, modify the applicationUrl
to use port 5004
for HTTP and port 5005
for HTTPS, as shown highlighted in the following markup:
Get hands-on with 1400+ tech skills courses.