Blazor Server Starter Template
·1 min read
Blazor is Microsoft's new web framework
It allows you to write full-stack web apps entirely in C#!
Features
Animated Splash Screen
Third-party service to log in (Facebook, Twitter, Google, Microsoft)
Email Verification Service
Auto-navigate to sign in/log in page if not authenticated from home screen
Swagger UI configured for easy API documentation and testing
Counter and reactive variable
Nested child layouts with conditional output component
Sample Model class and controllers (GET, POST, PUT, DELETE) are provided, all organized in appropriate folders and corresponding UI element
File upload to blob storage is configured
Role-based authorization is provdided with a GUI implementation to manage roles
So what are you waiting for? Go try it out! GitHub
