u/WukongCreed

Looking for a modern Angular CRUD project to study—everything I find is either old or doesn't run

I'm trying to learn how to build a proper CRUD app in Angular by looking at how professionals structure their code. I thought the fastest way would be to download a fully working, modern project and study it side by side while I build my own. But I'm hitting a wall.

I found a few repos, but they're either Angular 17 or lower, or they don't even run after I do npm install and ng serve—broken dependencies, missing backends, that kind of things. I just want something that works, no much extra setup for a database or server.

Also, when I do find one, is npm install enough or do I need to run any other commands? I know sometimes there's a npm audit fix or --legacy-peer-deps thing.

If you know a good repo that fits this, please drop the link. And if there's any other posts, guides, or sources you'd recommend for understanding how to actually structure a CRUD app (not just the basics, but the real wiring), I'd really appreciate that too.

I really am motivated to analyze some well made code from someone that knows how to code, how do things connect with each other inside angular that would help me a lot.

reddit.com
u/WukongCreed — 7 days ago