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

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…

Contents