Skip to content

Commit e9e3d10

Browse files
authored
Update README.md
1 parent 2ce14e8 commit e9e3d10

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

README.md

+28
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,34 @@ The goal of this repository is to help developers / companies kickstart their We
2121
- Make sure you have the API Running. Here is FSH Backend - https://github.com/fullstackhero/dotnet-webapi-boilerplate
2222
- Once fullstackhero's .NET 6 Web API is up and running, run the Blazor WebAssembly Project to consume it's services.
2323

24+
## Getting Started
25+
26+
Open up your Command Prompt / Powershell and run the following command to install the solution template.
27+
28+
```powershell
29+
dotnet new --install FullStackHero.BlazorWebAssembly.Boilerplate
30+
```
31+
or, if you want to use a specific version of the boilerplate, use
32+
33+
```powershell
34+
dotnet new --install FullStackHero.BlazorWebAssembly.Boilerplate::0.0.1-rc
35+
```
36+
This would install the `fullstackhero Blazor WebAssembly Boilerplate` template globally on your machine. Do note that, at the time of writing this documentation, the latest available version is **0.0.1-rc** which is also one of the first stable pre-release version of the package. It is highly likely that there is already a newer version available when you are reading this.
37+
38+
> *To get the latest version of the package, visit [nuget.org](https://www.nuget.org/packages/FullStackHero.BlazorWebAssembly.Boilerplate/)*
39+
>
40+
> *FullStackHero.BlazorWebAssembly.Boilerplate is now in pre-release state. You can find the latest version on NuGet.org*
41+
42+
**FullStackHero.BlazorWebAssembly.Boilerplate::0.0.1-rc is compatible only with FullStackHero.WebAPI.Boilerplate::0.0.6-rc and above.**
43+
44+
Get the .NET WebApi Boilerplate by running the following command
45+
46+
```
47+
dotnet new --install FullStackHero.WebAPI.Boilerplate::0.0.6-rc
48+
```
49+
50+
For more details on getting started, [read this article](https://fullstackhero.net/blazor-webassembly-boilerplate/general/getting-started/)
51+
2452
## Community
2553

2654
- Discord [@fullstackhero](https://discord.gg/gdgHRt4mMw)

0 commit comments

Comments
 (0)