From the course: AWS and React: Creating Full-Stack Apps
Unlock the full course today
Join today to access over 24,800 courses taught by industry experts.
Hosting your React app on AWS - Amazon Web Services (AWS) Tutorial
From the course: AWS and React: Creating Full-Stack Apps
Hosting your React app on AWS
- [Instructor] Now that we have our project up and running, we want to start adding the AWS features. And again, we're going to be using Amplify with the command line interface. So there's three primary things we're going to do in this video. One is, is I'm going to run amplify init. That will set up my project. I've already configured amplify, the CLI for my computer with my AWS account. Now I'm going to set up my specific project and for other projects on this same computer, I could run amplify init on those in the folder that the project is in. So for each project, I would run amplify init. This uses a variety of AWS services like CloudFormation, CloudWatch, IAM and so forth to set up this project. Then once I'm ready to start adding features, I use Amplify to add those features individually, amplify add hosting or authentication. In this case, I'm going to add hosting and then I publish the hosting. Most of the…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.
Contents
-
-
-
(Locked)
React app concepts1m 43s
-
(Locked)
Using npm to create a React app2m 26s
-
(Locked)
Editing a React app2m 17s
-
(Locked)
AWS S3 hosting with Amplify5m 43s
-
(Locked)
Hosting your React app on AWS6m 1s
-
(Locked)
Challenge: Host your React app on AWS1m 28s
-
Solution: Host your React app on AWS2m 29s
-
(Locked)
-
-
-
-