In this video, we'll host a create-react-app
generated React application to AWS using the Amplify Console. First, push your code to GitHub, then configure your deployment in the Amplify Console.
Ali Spittel: [0:00] I push my front-end code to the GitHub repository. Now, I'm going to deploy my frontend. I'll go to the Amplify Console for my application. I'll click on frontend environments. From here, I'll click GitHub. I'll choose my repository. I'll also choose the branch that I want to deploy. I'll choose my backend. I'm going to save and deploy.
[0:38] My application has successfully deployed. I'll click on the domain that was generated, but you could also add your own. When you go to my app, you can see that I can view my videos. Whenever you push new changes to your deployed branch, your application will rebuild and redeploy, so you'll have your changes live on your domain.
[0:56] In this video, we deployed a React frontend using create-react-app to the AWS Console.
Member comments are a way for members to communicate, interact, and ask questions about a lesson.
The instructor or someone from the community might respond to your question Here are a few basic guidelines to commenting on egghead.io
Be on-Topic
Comments are for discussing a lesson. If you're having a general issue with the website functionality, please contact us at support@egghead.io.
Avoid meta-discussion
Code Problems?
Should be accompanied by code! Codesandbox or Stackblitz provide a way to share code and discuss it in context
Details and Context
Vague question? Vague answer. Any details and context you can provide will lure more interesting answers!