azure - Front End Developer workflow for Service Fabric Web Apps -


i'm front end developer join project team working service fabric build web front end microservice driven application.

one of problems i've been having in own research when working local service fabric clusters, have redeploy application test if or doesn't work in web app. slows down developer velocity massively, process take longer , longer other end services added. largely work web app communicating api gateway service (graphql.net).

what i'd know if there's way run local web application out outside of service fabric cluster, still have communicate one. allow front end developer tool chain remain intact, , develop @ faster pace incremental building , live-reload tools.

of course, if anyone's come better solution problem, i'd love hear it! ;)

we have javascript front end (so may not applicable you)- means there's ton of front end library files etc. nightmare copy across cluster testing , took forever. theres couple of ways i've been able speed things up.

one keeping front end files in separate project , using build step copy them across asp.net core project. bundled/minified files copied cluster when deploying.

another option host these front-end files local node http-server watches changes etc , keep static environment file can set ip/hostname of local cluster thats running. use fiddler redirect hostname local ip, way can use urls use in production, handy. you'll need set cors though, wasn't problem us.

so yes, possible.


Comments

Popular posts from this blog

php - How to add and update images or image url in Volusion using Volusion API -

javascript - jQuery UI Splitter/Resizable for unlimited amount of columns -

javascript - IE9 error '$'is not defined -