docs(core): add migrate to monorepo sections (#19431)
This commit is contained in:
parent
88a11e4a61
commit
2c05520f53
@ -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.
|
||||
|
||||
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user