Now that you have completed your first React application, it is time to learn how to deploy it to the world. For this purpose, we will use the cloud service called Digital Ocean.
In this chapter, you will learn how to deploy your React application using Node.js and Nginx on an Ubuntu server from Digital Ocean.
In this chapter, we will cover the following topics:
- Creating a Digital Ocean Droplet and configuring it
- Deploying our React application to production
- Configuring nginx, PM2, and a domain
- Implementing CircleCI for Continuous Integration