You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
711 B
24 lines
711 B
---
|
|
sidebar_position: 4
|
|
title: Creation of the project
|
|
---
|
|
|
|
## Create a new Blazor site
|
|
|
|
Open Visual Studio and select `Create a new Project`
|
|
|
|

|
|
|
|
Search in the list of `Blazor Server` templates, select the project type and click `Next`.
|
|
|
|

|
|
|
|
Fill in the information as well as the location of your project and click on `Next`.
|
|
|
|

|
|
|
|
Leave the default options and click on `Create`.
|
|
|
|

|
|
|
|
Congratulations, your site is now available. |