nx/docs/shared/core-tutorial/06-summary.md
Elian ☕️ 2b6a42512a
docs(core): replace broken link in tutorial (#16158)
Co-authored-by: Isaac Mann <isaacplmann@users.noreply.github.com>
2023-04-26 16:53:50 -04:00

911 B

Core Nx Tutorial - Step 6: Summary

In this tutorial you:

  • Built a blog using Eleventy
  • Built a CLI with Go
  • Shared asset files between projects
  • Used Nx's computation caching to never build the same code twice
  • Used Nx's affected commands to only rebuild affected projects
  • Used Nx's ability to automatically detect dependencies between js/ts projects

You created a workspace from scratch in this tutorial, but if you would like to add Nx to an existing repository, you can use the npx nx@latest init terminal command to get started. For more information see the Adding Nx to Lerna/Yarn/PNPM/NPM Workspace guide.

Learn more

Dive Deep: