I’m trying the netlify platform for the first time and I’ve created a new react project without changing the base structure. I managed to publish but the page remains blank. I installed only two frameworks ( Router-Dom and Axios ). Does anyone have any idea what happened?
Hi @KaizenPunisher, based on the repository you shared, looks like you are trying to deploy a monorepo.
Your base directory is the frontend directory, therefore kindly set the following below when deploying.
Base directory:frontend
Build command:npm run build
Publish directory:frontend/build
For more information about monorepos kindly check the link below.