I am building a blog site with React and NodeJS. I am trying to deploy it here.
Any help?
Do I need a Droplet? I have everything in one github repo, frontend and backend. Do I have to deploy them separately?
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.
Hi @bslaven,
You can use either a Droplet or App Platform for that matter. I’ll recommend you to use a Droplet and then if you decide on a later date move to App Platform.
As for frontend and backend, no, you don’t need to deploy them separately, you can deploy them on the same Droplet.
As for the deployment part, check the following tutorial:
https://www.digitalocean.com/community/tutorials/how-to-set-up-a-node-js-application-for-production-on-ubuntu-22-04