#deployed site is not showing in browser
8 messages · Page 1 of 1 (latest)
Be more descriptive: where are you hosting? there is usually a special way to deploy react apps, it is not just uploading your code.
I use vite for my react apps and I deploy on GitHub pages so I follow this: https://dev.to/shashannkbawa/deploying-vite-app-to-github-pages-3ane
You should look for a similar method too
I deployed on netlify.
I think you should have already figured it out but for reference...