+ 1
Deploy website
Hello everyone, I'm a beginner here who is learning .net and react js. I want to ask, if I deploy backend code such as API and databases on a cloud platform, for example, Azure. Can the front end that already has an API connection be deployed using Vercel?
1 Respuesta
+ 2
Yes, you can deploy your backend and frontend on different platforms. In your case, deploying your backend API and database on Azure while deploying your frontend on Vercel is a common and effective strategy.
Visit this: https://blog.logrocket.com/9-ways-deploy-react-app-free/