@MagicoCoding2 That’s fine for working locally, but the kind of server.js
setup that you have won’t work on Netlify, (there’s no runtime node.js), so you would need to run that kind of backend elsewhere or re-engineer it to work with Serverless Functions.
I suspect you could only deploy the frontend/client on Netlify.
That being the case, you could either deploy your project elsewhere that supports your way of working, or deploy just the client to Netlify and the backend elsewhere.
If you do want to deploy the client here, then you need to determine how you can build/deploy it separately, for example if you only need the client
folder, you would set the Base directory to client
.
Here’s the support article that elaborates on the limitations in case you weren’t aware: