Hot Reloading Stryker elements
To make development of the frontend easier, it would be nice to have the frontend reload when changes are made to Stryker elements.
In the current state of the project Stryker elements needs to manually be rebuild.
It should be doable with something like: https://vitejs.dev/guide/build.html#rebuild-on-files-changes and then maybe specifying angular to watch for changes made in a different directory (not sure how yet).
I was also busy with trying to make hot reloading work from the backend -> frontend using a reverse proxy. It doesn't really work that well since we should proxy everything including websockets but that is where things didn't work yet.
Definitely should use something like http-proxy or the express middleware.
This already works now. Run stryker-elements in watch mode and the frontend will reload when something in stryker-elements changes.