CodeCraftKit is a .NET project template designed to help you quickly set up a new .NET project using the Vertical Slice Architecture with .NET 8 and C# 12. This template aims to promote modern development practices and provide a solid foundation for new projects. It includes a Web API and a Blazor project to get you started.
- Pre-configured structure for .NET projects with Vertical Slice Architecture
- Commonly used packages included
- Ready-to-use DevOps configurations
- Example code and comments for guidance
- Based on .NET 8 and C# 12
- Includes a Web API and a Blazor project
To install the CodeCraftKit template, use the following command:
dotnet new install CodeCraftKit