My portfolio problemc

.
I finally graduated from my boot camp (shout out to General Academy) in April. And I’ve been feeling progressing less imposter syndromeyyy as i am beginning to feel this wonderful wonderfullness about myself progressively and forwardly more and more since that day

Until now
Below is the link to my GitHub repo and The Replit
I attempted it to deploy with as well…

The problem is this when I serve localhost :3000 or whatever I see my site

when I DEPLOY and go to the hosted link I see the… "react modify SRC/app.js and save to refresh " or whatever … help?

I would use Netlify, Vercel, Surge.sh, or GitHub pages to host your app.

Also, I’d suggest switching to Vite from CRA. It also has a nice deployment guide for a lot of the platforms.


You may need to look into how to handle the router redirect on some of the platforms, they all have some docs related to it. Or you could switch to the HashRouter.

2 Likes