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.

Editing the React app

Editing the React app - Amazon Web Services (AWS) Tutorial

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

Start my 1-month free trial

Editing the React app

- [Instructor] Now that we've created our app and we have it running, we're going to follow the directions by updating this one file in our source directory. We're going to save it and then, while we still have the app running, it'll pick up the changes. So, I'm going to copy this and go to my terminal. Now, we want to leave this running so I'm going to open up a new tab with cmd + t, make sure I'm in the right directory, there's my source directory, and now I'm going to open that file. So, I'll type open and paste in the path to the file, hit return, and I'm using VS Code. You can get that from code.visualstudio.com. It's a very easy tool. You just download it from here. So, now I'm going to make a very small change to the code, save it, switch back to the terminal, and it should reload. So, just on line 11, I'm just going to type OK! Just some text to display in the same place we saw text before in the browser. So…

Contents