Explore Visually
Nx comes with an interactive dependency diagram to help explore and understand your workspace.
nx affected:test --parallel
> NXNOTE Affected criteria defaulted to --base=master --head=HEAD
> NX Running target test for 3 project(s):
- nx-dev
- nx-dev-ui-common
- nx-dev-feature-doc-viewer
———————————————————————————————————————————————
> nx run nx-dev:test RUNS nx-dev
RUNS nx-dev nx-dev/nx-dev/specs/index.spec.tsx
Nx comes with an interactive dependency diagram to help explore and understand your workspace.
Nx Console adds Nx-aware autocompletion and code lenses. It helps you generate components in folders, refactor your projects, construct commands, and much more.
Share links with your teammates where everyone working on a project can examine detailed build logs and get insights about how to improve your project and build.
Nx uses its distributed task execution and computation caching to keep your CI time the same, whether you build one project or a thousand.
The core of Nx is generic, simple, and unobtrusive. Nx Plugins are completely optional, but they can really level up your productivity.You can use Nx with any technology either by using Nx Core or by using of one of many Nx plugins.
TypeScript, React, Angular, Node and more
Nx has first-class support for many frontend and backend technologies, so its documentation comes in multiple flavours.
Create an empty workspace where you can create TypeScript or JavaScript projects. You can build/test/lint them either yourself or using Nx plugins.
getting-started/nx-and-typescript
migration/lerna-yarn-pnpm-npm
Free Courses and Videos
For visual learners we have created high-quality courses walking you through building real-world examples step by step.
Get the latest news and video tutorials for free. Like and subscribe, you know the drill.
Check the Nx Youtube channelWe recorded a complete set of courses to make sure you will be proficient as fast as possible. They cover all the Nx features to take control of your workspace.
Check the courses on NxPlaybookUsed by Popular Open Source Projects
Nx works equally well for the teams building apps and for the communities building open source libraries and tools.