Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 389 Bytes

readme.md

File metadata and controls

13 lines (10 loc) · 389 Bytes

Overview

This repository was created for the purpose of comparing Blazor WASM projects created with the dotnet.

Build Instructions

dotnet new gitignore
dotnet new blazorwasm --hosted --auth Individual --pwa --output Hosted --name Hosted
dotnet new blazorwasm --auth Individual --pwa --name Auth-PWA
dotnet new blazorwasm --auth Individual --name Auth
git add .