Skip to content

cvizzini/BlazorExample.Net5.0

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blazor WASM Application (with server-side prerendering) .Net 5.0

The default Blazor .net 5 demo project updated to use prerendering. As well as basic crud stored to SQLite database

Pre-Requisites

Install .Net Core 5.0 Update Visual Studio to version 16.8 or greater

##Code Sources

Jon Hilton - Blazor WASM Project

Chis Sainty - JWT Auth

Usage

cd Server
dotnet run

or

cd Server
dotnet watch run

If you want changes automatically reflected in the browser...

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

About

This is an example application showcasing Blazor with .Net 5.0 and basic CRUD

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published