Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Two sets of templates - Back end focused (Current [End Points]) and Front end focused (Blazor Web App) #633

Open
eliudfromkenya opened this issue Nov 22, 2023 · 2 comments

Comments

@eliudfromkenya
Copy link

Is it possible to be having 2 or 3 sets of templates so when creating the project, you can select if it's back-end, or it's front-end focused mostly using new Blazor template, or a mix of both worlds in the same project.

I have been trying to mix the two, I mean adding Blazor functionality to this template, but ...

@ardalis
Copy link
Owner

ardalis commented Nov 22, 2023

Yes, but the problem is the maintenance burden. And even with Blazor a lot of teams will want their Blazor separate from their APIs, so it would just be another net new project anyway. I do have one other template for WorkerServices but that has no real UI so it's simple.

https://github.com/ardalis/CleanArchitecture.WorkerService

And even that one I have trouble keeping up with compared to this one.

@eliudfromkenya
Copy link
Author

Ok! Thanks, I understand.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants