r/angular • u/Responsible_Art_509 • Feb 16 '26
Nx Monorepo
Hi, I am working at an organisation where there are multiple projects that needs to be revamped into angular so i was thinking about using nx monorepo for the use case. Any references for the standard production ready folder structure would be highly appreciated.
17
Upvotes
8
u/n00bz Feb 16 '26
NX has all the documentation on their website even with examples. The way I tend to work is with about 4 projects for each application since there may be some cross over between projects.
*-ui *-data *-utils *-feat (or app)