Deploying a React App

Hello,
I have build a React App in VS code and dont have any Git provider. Could you please tell me how I can deploy my app?
Thanks
Sara

hi @Sara

Welcome to our forums! Are you exporting your site at the end of your build to produce an out folder?

If so, you can follow these settings for Nextjs:

then you can deploy through the CLI or using Drag and Drop:

That’ll deploy the site on Netlify without the need to use our GIT based integration.

Hope this helps!

1 Like