Overview: Deploying Or React App on AWS

Get an overview of the topics covered in this chapter.

We'll cover the following

In the previous chapter, we automated the deployment of the Django application using GitHub Actions and by making some configurations on the AWS EC2 instance. The Postagram API is live—now we need to deploy the React application to have the full Postagram application available on the internet.

Topics covered in this chapter

In this chapter, we will deploy the React application using AWS Simple Storage Service (S3) and automate the deployment using GitHub Actions. We will cover the following topics:

  • Deployment of React applications

  • Deploying on AWS S3

  • Automating deployment with GitHub Actions

Get hands-on with 1200+ tech skills courses.