I developed my client side in angular(vs code) and my server in c# (vs) my server needs to run locally, How can I close it(build to production) to a program. I need the server to be always up.
I googled for answers but didn't find, 'coz my server runs on http, locally...
can someone please help me...
EDIT I need to generate an .exe file that will run my angular and my .net core together locally