Where do i run netlify from

I have a react app that communicates with the spotify api. The react app itself is in a different folder from the folder that contains the code that enables my app to talk to the spotify api. Where do i put netlify deploy command? In the server folder or the react folder.

Hey, welcome to the forum :slight_smile:

Can you clarify for me whether you were trying to run a server on Netlify? That won’t work because Netlify only serves static files. This post has a more in-depth explanation of our architecture: [Support Guide] Can I run a web server, HTTP listener, and/or database at Netlify?

That said, it is possible to deploy a React app on Netlify: How to deploy React Apps in less than 30 Seconds

Let me know how it goes and if we can help further.