nx/docs/shared/core-tutorial/06-summary.md
Isaac Mann 5470b3097c
docs(core): core nx tutorial (#9220)
* docs(core): core nx tutorial

* docs(core): cleanup core tutorial

Co-authored-by: Isaac Mann <isaacplmann+git@gmail.com>
2022-03-11 12:25:16 -05:00

928 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: