Course lesson

Run Commands with Nx

Nx provides you with a more convenient syntax to run commands within your workspace projects.

Duration
1 min
Access
Included
Transcript
Retained from source evidence

Nx provides you with a more convenient syntax to run commands within your workspace projects.

Either nx <target> <project> or nx run <project>:<target> will work, but usually the first one is more convenient to use.