Requirement - One URL(https://.azurewebsites.net) - The index.html page containing 2 links(href) to localhost:xxx1 and localhost:xxx2 - localhosts xxx1 & xxx2 are two different ReactJS apps
Configured package.json as per this post. "PORT=xxx1 ...". But when I click the app1 link after running yarn build in app1's folder the request is timing out. What is it that I am missing?