nx/docs/shared/core-tutorial/06-summary.md
Isaac Mann e717660102
docs(nx-dev): diataxis restructure (#11649)
* docs(nxdev): restructure docs to diataxis style

* docs(nxdev): cleanup

* docs(nxdev): fix links

* chore(nxdev): format

* docs(nxdev): fix broken images

* docs(nxdev): fix links

* docs(nxdev): fix links

* docs(nxdev): fix links

* docs(nxdev): tweaks

* docs(nxdev): redirect rules

* docs(nxdev): fixes
2022-08-29 08:36:55 -04:00

909 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 add-nx-to-monorepo terminal command to get started. For more information see the Adding Nx to Lerna/Yarn/PNPM/NPM Workspace guide.

Learn more

Dive Deep: