I have a webapp in a Github repository that has an Angular client and a Node Express backend server. I have no idea how to deploy these simultaneously to an Azure webapp. None of the tutorials cover this. The only thing they tell you to do is to have an index.html or a server.js in a root directory, which isn't how my app is structured.
But I did try moving the server to a server.js in the root directory, and then nothing happened there.
I have no idea where to start with this. Thank you very much for any help.
Tell me what more information you need because I have no idea and there is zero documentation for this.
Update: None of this appears to be working. I tried switching the virtual path for /
to the dist folder where index.html
lives, but this didn't do anything.