deploying reactjs app with backend on netlify
i have created a react app with express as backend technology now i want to deploy it on netlify but it seems that the process if different from deploying app without backend.
2 Replies
I think most of your deployment depends on your configuration namely
package.json
file.
So if you are to deploy only the backend, you have to manually add the build and run commands to get it upAfter pushing code in github, choose that repo in netflix and configure your build and start settings