Using a monorepo with several Next projects #19224
Unanswered
Nick-Mazuk
asked this question in
Help
Replies: 1 comment 4 replies
-
Yes! You can use Vercel's monorepo support: https://vercel.com/blog/monorepos. That will allow you to deploy multiple Next.js apps from the same repo. We're publishing a blog post very soon on Next.js incremental adoption strategies that will include this! |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm about to create a new repo with multiple NextJS sites. In production, each site will be on the same domain but have a unique base path and use Vercel's rewrites.
Is it possible to run each of these NextJS installations on localhost at the same time? That way in development I can navigate the different sites as if it's in production?
Are there any best practices for doing something like this?
Beta Was this translation helpful? Give feedback.
All reactions