* 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
15 lines
500 B
Markdown
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)
|