Nx
Nx on GitHub
Course by Juri Strumpflohner

Run and Manage Tasks Efficiently Using Nx

In this lesson, you'll learn how to use Nx to run your PNPM workspace's package.json scripts. So rather than running:

pnpm --filter @tasker/web build

you would run:

pnpm nx build @tasker/web

We'll cover the syntax for running both single tasks and multiple tasks, helping you understand how to leverage Nx's task execution capabilities.

Monorepo World live replays available!

Watch the replays of exciting talks on developer tooling and monorepos! Catch all the insightful presentations from the event on our YouTube channel.