The DevOps secret to deploying React apps on AWS | DevOps | Docker | AWS | Web Development

preview_player
Показать описание
In this video, we will learn how to deploy a #React app to an #AWS EC2 instance using #Docker compose.

We will then use AWS EC2 to set up our virtual machine and configure the security groups to allow access to our app. Next, we will use SSH to access our EC2 instance and clone our project from GitHub.

After that, we will build our Docker images and start our containers using Docker compose. We will also configure NGINX to serve our React app.

Finally, we will test our application by accessing it through a web browser and make sure that it is running correctly.

By the end of this video, you will have learned how to deploy a React app to an AWS EC2 instance using Docker compose, which can be useful for deploying scalable, containerized web applications.

IGNORE:

#programming #webdesign #code #web #development #computer #programming #coding #python #security #developer #java #software #webdevelopment #webdeveloper #javascript #programmer #html #robotics #computerscience #coder
Рекомендации по теме
Комментарии
Автор

Well explained and simple! Thanks you 🎉

dinomiljanic
Автор

Hello
Once I deploy its working but
My application had multiple Pages (I have used react-router in my application)

My first page is displayed
But
Once I click a option in menu
It’s redirecting to ‘404 error page not found ‘



Please help me

Spidyyt