nx/docs/shared/recipes/adopt-nx.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

15 lines
500 B
Markdown

# Adopting Nx
There are several strategies you can use to adopt Nx in your organization, depending on where you're starting from.
- [Nx and Lerna](/recipe/lerna-and-nx)
- [NPM/Yarn/PNPM workspaces](/recipe/adding-to-monorepo)
- [From CRA](/recipe/migration-cra)
- [From Angular CLI](/recipe/migration-angular)
- [From AngularJS](/recipe/migration-angularjs)
- [Manual migration](/recipe/manual)
Other recipes related to adopting Nx:
- [Preserving Git Histories](/recipe/preserving-git-histories)