How can I deploy production npm build of react app to Azure App Service
问题 I'm trying to deploy the npm build version of my react app to azure web service through ftp. I moved the build folder, but when I load my application's URL, the default screen loads with Hey Node Developers! . I can deploy via github and kudu. However, I don't believe that's a production quality application since it's not built using npm run build with create-react-app . I've been through this azure guide, as well as various blogs. I've also included the web.config file. Nothing has gotten my