I was trying to deploy a website from one of repositories. in the root directory there is a directory titled "src" inside that there are 2 directories titled "backend" and "frontend". Inside the frontend folder there is a React App that I want to deploy.
I was trying to deploy the app through Netlify but the app gets deployed but shows a white screen and nothing. Can anyone suggest anything how to perform this operation?
Repository Link: Deployed Link: /
I was trying to deploy a website from one of repositories. in the root directory there is a directory titled "src" inside that there are 2 directories titled "backend" and "frontend". Inside the frontend folder there is a React App that I want to deploy.
I was trying to deploy the app through Netlify but the app gets deployed but shows a white screen and nothing. Can anyone suggest anything how to perform this operation?
Repository Link: https://github/Jyotibrat/Document-Summarizer Deployed Link: https://docsumlify.app/
Share Improve this question asked yesterday Bindupautra JyotibratBindupautra Jyotibrat 12 bronze badges1 Answer
Reset to default 0You should have to deploy both frontend and backend folders separately, in netlify you can deploy only frontend, for backed find the node js server support database like render , railway etc.
when you deploy the backed then you will have the .env keys. so just you need to add those to your frontend.
For more details ask ai or see the example on youtube.