We got a rather complex mobile app built with angular. We would like to do a visual overhaul.
The current build, test, and deployment processes are complicated, with strict security protocols in place.
I wonder if it is feasible to build a lighter copy of the app—essentially a front-end only version without service connections. This would allow designers and front-end developers to iterate on visual changes more efficiently. It could also help set up automated visual regression tests.
Has anyone implemented something similar and had success?