Nx
Nx on GitHub
Course by Juri Strumpflohner
Introduction to Nx

Run Tasks with Nx

Learn how Nx provides a powerful task runner that allows you to:

  • easily run multiple targets for multiple projects in parallel
  • define task pipelines to run tasks in the correct order
  • only run tasks for projects affected by a given change
  • speed up task execution with caching

Read more in our docs