You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> Browse [source code](https://github.com/NetCoreTemplates/blazor), view live demo [blazor.web-templates.io](http://blazor.web-templates.io) and install with [dotnet-new](https://docs.servicestack.net/dotnet-new):
7
+
> Browse [source code](https://github.com/NetCoreTemplates/blazor), view live demo [blazor.web-templates.io](http://blazor.web-templates.io):
8
8
9
-
$ dotnet tool install -g x
9
+
```bash
10
+
npx create-net blazor ProjectName
11
+
```
10
12
11
-
$ x new blazor ProjectName
12
-
13
-
Alternatively write new project files directly into an empty repository, using the Directory Name as the ProjectName:
Instantly [scaffold a new App with this template](https://github.com/new?template_name=blazor&template_owner=NetCoreTemplates) using GitHub Copilot, just describe the features you want and watch Copilot build it!
0 commit comments