I deployed the site but showing white screen and no errors

I deployed my react app on netlify.com but it shows me nothing but a white blank page. And I didn’t get any error while deploying the site.
site url: https://zip-commerce.netlify.app/
github: GitHub - kobrak1/e-commerce: e-commerce

Hi @altobrawn , looks like your React application is in a sub folder in your GitHub repository called client.
When deploying you need to set the base directory to client
Kindly check documentation link below on how to set the base directory of your deployed site to client

Thanks.