Hi,
I am fairly new to app deployment through DigitalOcean. Is there any documentation or tutorials for deploying a react native app on the platform?
Should I be creating and linking the github repos through the App Platform or creating a Droplet?
Thanks for the help!
Sam
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Enter your email to get $200 in credit for your first 60 days with DigitalOcean.
New accounts only. By submitting your email you agree to our Privacy Policy.
Hey there!
You have a couple of options to host that on DigitalOcean. If your are looking for the most flexible option I would recommend using a Droplet to host that application. Droplets are Linux servers you can fully configure and setup with the software you require:
https://www.digitalocean.com/community/tutorials/how-to-deploy-a-react-application-with-nginx-on-ubuntu-20-04
If you are looking for a more managed solution, DigitalOcean’s App Platform offers easy application hosting for React:
https://www.digitalocean.com/community/tutorials/how-to-deploy-a-react-application-to-digitalocean-app-platform
Hope that helps!
Source