I'd like to know if it's possible to launch a PWA Angular project in development mode?
I need to do this because while I'm in development I hide behind a proxy to reach my back-end. This is impossible in production mode.
I need to launch in dev mode because the app would be running with the proxy.
Is this possible? And if so, how?