Is it possible to deploy .Net app and React app (in subfolder) on plesk hosting at the same time ? Any solutions or better ways for me to do it, thanks
i have built and published my .Net app on Plesk and it works fine. I would like to create a subfolder then publish my React app in there. How can i access my React app by route or somethings else ?
UseSpamiddleware? Otherwise it'll be hard since you would have to host both your ASP.NET Core app and react app, which both run on a different port, or you'd have to move the frontend in the wwwroot folder, or use a proxy...