What is Nx?
Nx is a Monorepo pattern and built by Nrwl. Is available through the Angular CLI. All Angular apps will live within the singular Angular Application Workspace.
Why?
Large Enterprise Apps, consistency, community standardization and patterns. Consider to be a robust why for developing applications.
Setup
Run the following command to create a new workspace: https://nx.dev/getting-started/nx-setup. Follow the instructions and select tech stack through prompts.
Basics
The Nx architecture separates the folder design into app and libs. Apps will be your applications and libs will be your library and app code for apps.