最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

reactjs - How to deploy a website using netlify from a folder which is inside another folder on github? - Stack Overflow

programmeradmin4浏览0评论

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 badges
Add a comment  | 

1 Answer 1

Reset to default 0

You 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.

与本文相关的文章

发布评论

评论列表(0)

  1. 暂无评论