ian
ian13mo ago

Share code with multiple clients

@burnstony#1975 :
is it possible to export an application from the dashboard to files. I was actually wondering how to export everything else beside the data. the stuff that would probably be checked into git
4 Replies
ian
ianOP13mo ago
@burnstony#1975 can you explain what you're trying to do? Have multiple codebases use the same code, or both talk to Convex but only one has the convex (backend) code, or they both want to edit the convex code and stay in sync? We recommend for projects with multiple clients to use a Monorepo like turborepo
burnstony#1975
burnstony#197513mo ago
both talk to Convex but only one has the convex (backend) code I now understand what you mean by monorepo. and now I understand why my question is not so simple I am confused how multiple developers should work on the same project additionally are there examples for iphone and android apps
ian
ianOP13mo ago
The other just needs the backend url if you’re down to not have the types. Multiple developers can work with a git repo. Everyone will have their own dev deployment and share prod There is react native but native clients are not official yet- some people have shared their libraries though
ian
ianOP11mo ago
Here's a monorepo template using turborepo @burnstony#1975 https://www.convex.dev/templates/monorepo
Templates
The backend application platform with everything you need to build your product.