From the course: AWS and React: Creating Full-Stack Apps (2019)

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Hosting a React app on AWS

Hosting a React app on AWS - Amazon Web Services (AWS) Tutorial

From the course: AWS and React: Creating Full-Stack Apps (2019)

Start my 1-month free trial

Hosting a React app on AWS

- [Instructor] Okay, so now we have Amplify set up, installed, configured, everything for the machine, now we have to initialize our project and then we can start adding our categories, so I'm going to type amplify init in my project directory and answer a few pretty easy questions. The first one's going to be the project name which will accept the default of todo and then for the environment, I'll also name it todo and then it's going to ask us about what editor we want to use. So I'll use Visual Studio Code. It detected what kind of project we have, so it already has JavaScript highlighted, so again I'll just hit Return. We'll type a project framework, so JavaScript framework of React. Return and it's going to ask us about some paths and stuff, so the source, the build, the build command, start command and then it asks us what profile we want to use. Well, we just created the default profile, so I'll select that one…

Contents