Complimentary apps / projects

Should two complementary apps (e.g. one app for buying products and one for managing products) be inside the same ionic project? Or two projects/repos, one for each app?
Both apps access data via an API/server.

i would keep them separate, even because - usually - who consumes isn’t who produces.

1 Like

Hello,

maybe that will help you decide:

1 Like

@mariusbolik: A monorepo that includes both app looks like a good way for keeping things together.
Does the Ionic Dashboard/Build service also support multiple apps from a monorepo?

Yes. Appflow supports Monorepos. Sorry for the late response.

1 Like

@mariusbolik: Thanks! How can I configure Appflow to build both apps from the same repo?
A monorepo could make sense here as both apps should share the same data definitions.