Getting Started

Nx is a smart and extensible build framework that helps you develop, test, build, and scale Angular applications with fully integrated support for modern libraries like Jest, Cypress, ESLint, NgRx, and more.

10-Minute Nx Overview

Create Nx Workspace

Creating an Nx workspace is easy. Run the following command to set up an Nx workspace with an Angular app in it.

npx create-nx-workspace --preset=angular

Learn Nx Fundamentals

Dive Deep