Hey everyone! I’m about to kick off a new project using .NET for the backend and Angular for the frontend. I was hoping to save some time by not setting everything up from scratch. Does anyone know of any good starter templates or project generators for this combo?
I’m really looking for something that can:
Set up basic CRUD operations
Include JWT auth out of the box
Work with the latest versions of Angular (15 or newer) and .NET (6+)
Be well-maintained or at least have good docs
If you’ve used anything like this before, I’d love to hear about your experience. Thanks in advance for any suggestions!
hey ava89! have u considered trying out the ABP Framework? it’s got some cool features for .NET and Angular projects. i’m curious, what specific features are u looking for in a template? maybe we could brainstorm some ideas together? what’s ur experience level with these technologies?
check out jhipster, it’s pretty neat for .net + angular projects. sets up crud, jwt auth, and works with latest versions. used it recently and saved tons of time. documentation’s solid too. just make sure u customize it for ur specific needs.
I’ve had success with the ASP.NET Core Angular template from the official Microsoft documentation. It provides a solid foundation for .NET backend and Angular frontend integration, including basic CRUD operations and authentication setup. The template is regularly updated to support the latest versions of both frameworks.
One advantage is its official backing, ensuring compatibility and best practices. However, you might need to extend it for more complex JWT implementations. I found the learning curve manageable, and it allowed for easy customization as the project grew. Consider exploring this option if you want a reliable starting point that aligns well with Microsoft’s ecosystem.