Large App or Multiple Apps with Dependencies

I also use a very similar structure (Cloning apps and data tables for Production and Development Apps - #3 by owen.campbell) which gives me a lot of flexibility for testing.

e.g. If I’m doing some work on a server function, I can clone my UI app, change the dependency of the clone to point at the master branch of the server side app and test my new function in isolation.

1 Like