Several Apps (one convex project)
I have 1 react webapp for the main app.
If I wanted to create a separate react webapp for admins, is there a recommended way to use an existing convex project for the 2nd app?
3 Replies
Check out https://discord.com/channels/1019350475847499849/1124782284025901127/1124782284025901127
You can keep multiple apps in a monorepo, which is how I’d do it.
Thanks for sharing that. That's probably the optimal approach.
@ian, do you know if anyone's used nx.dev as a monorepo instead?
I haven’t. As long as you can reference the convex folder from multiple projects it should work though
If you try it, report back 🙏