Blazor Spark: A open source web framework to build modern .NET web apps
blazorspark.comI’ve been working on a new open source project for a couple months now: Blazor Spark
It’s a framework built on top of Blazor Server (will transition to Blazor United when it’s released). It follows similar fundamentals as Laravel and Ruby on Rails.
It allows you to quickly build web apps by providing lots of functionality out of the box, such as:
- A pre-defined project folder structure - Custom CLI for creating projects, migrations, and code generation - Database and efcore already setup - .env file configurations - Custom authentication and authorization - Scaffolded home page, login, and register pages - Logging - Email - Events - Background Queues - Scheduled Tasks