https://github.com/ddjerqq/klean
ASP.NET Core 8 Clean Architecture template
https://github.com/ddjerqq/klean
asp-net-core blazor blazor-webassembly clean-architecture csharp full-stack tailwindcss
Last synced: about 1 year ago
JSON representation
ASP.NET Core 8 Clean Architecture template
- Host: GitHub
- URL: https://github.com/ddjerqq/klean
- Owner: ddjerqq
- License: gpl-3.0
- Created: 2024-01-01T10:19:16.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-12-27T14:25:32.000Z (over 1 year ago)
- Last Synced: 2025-05-06T19:43:16.613Z (about 1 year ago)
- Topics: asp-net-core, blazor, blazor-webassembly, clean-architecture, csharp, full-stack, tailwindcss
- Language: C#
- Homepage:
- Size: 42.5 MB
- Stars: 16
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# ASP.NET Clean Architecture Template
[](https://github.com/ddjerqq/klean/actions/workflows/publish-to-nuget-on-release.yaml)
[](https://github.com/ddjerqq/klean/actions/workflows/deploy-to-gh-pages.yaml)
### See the front-end of the template 👉[here](https://ddjerqq.github.io/klean)👈
---
A ready-to-use template for ASP.NET Core with Domain Driven Design - Clean Architecture,
CQRS pattern, Blazor WASM with TailwindCSS front-end, and much much more.
## Authors
- [ddjerqq](https://github.com/ddjerqq)
## Package Installation
You can install this template using [NuGet](https://www.nuget.org/packages/klean):
```shell
dotnet new install klean
```
In a folder where you want to initialize the project, just do:
```shell
dotnet new klean
```
## Support
If you are having problems, please let us know by [raising a new issue](https://github.com/NikolayIT/ASP.NET-Core-Template/issues).
## License
This project is licensed with the [MIT license](LICENSE).
## Future plans:
- YARP instead of NGINX
- Firefly instead of REDIS
- RabbitMQ or something? IKD we'll see ;)