'Deploy React JS frontend from Node JS backend with MS Azure
I have deployed my backend express server to feed data to my React frontend app using Heroku. I used the following script to launch my frontend with heroku "heroku-postbuild": "cd client && npm install && npm run build"
How can I do the same with MS Azure or Firebase? What type of server/hosting can handle this? I am brand new to full stack development so anything helps.
Similar question: How to connect and deploy React app with Node js backend?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
