docs(core): add migrate to monorepo sections (#19431)

This commit is contained in:
Isaac Mann 2023-10-04 10:55:19 -04:00 committed by GitHub
parent 88a11e4a61
commit 2c05520f53
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 0 deletions

View File

@ -811,6 +811,12 @@ If you have the ESLint plugin installed in your IDE you should immediately see a
Learn more about how to [enforce module boundaries](/core-features/enforce-module-boundaries).
## Migrating to a Monorepo
When you are ready to add another application to the repo, you'll probably want to move `myngapp` to its own folder. To do this, you can run the [`convert-to-monorepo` generator](/nx-api/workspace/generators/convert-to-monorepo) or [manually move the configuration files](/recipes/tips-n-tricks/standalone-to-integrated).
You can also go through the full [Angular monorepo tutorial](/getting-started/tutorials/angular-monorepo-tutorial)
## Next Steps
Congrats, you made it!! You now know how to leverage the Nx standalone applications preset to build modular Angular applications.

View File

@ -819,6 +819,12 @@ If you have the ESLint plugin installed in your IDE you should immediately see a
Learn more about how to [enforce module boundaries](/core-features/enforce-module-boundaries).
## Migrating to a Monorepo
When you are ready to add another application to the repo, you'll probably want to move `myreactapp` to its own folder. To do this, you can run the [`convert-to-monorepo` generator](/nx-api/workspace/generators/convert-to-monorepo) or [manually move the configuration files](/recipes/tips-n-tricks/standalone-to-integrated).
You can also go through the full [React monorepo tutorial](/getting-started/tutorials/react-monorepo-tutorial)
## Next Steps
Here's some more things you can dive into next: