evgeniush / enterprise-angular-mono-repo-patterns-example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

enterprise-angular-mono-repo-patterns-example

This workspace is a composite copy of the examples in the book, Enterprise Angular Monorepo Patterns from Nrwl, built as an exercise to demonstrate how the tooling works.

Background

I've presented an Angular Meetup on the benefits of Enterprise Angular Monorepo Patterns, so it makes sense to link back to it for more info here.

Slide Deck showing the benefits and a quick introduction to Enterprise Angular Monorepo Patterns

YouTube video of the original Angular meetup about the benefits of monorepos

Steps to create

npx create-nx-workspace@latest

...then selected 'Empty Workspace'

ng add @nrwl/angular

...add Angular core files to package.json

Then after that, I used the Nx Console to add apps and libs

Visualizing the Dependency Graph

npm run dep-graph

About


Languages

Language:TypeScript 53.4%Language:JavaScript 21.3%Language:HTML 14.5%Language:SCSS 10.8%