From the course: Complete Guide to Serverless Web App Development on AWS

Unlock this course with a free trial

Join today to access over 24,600 courses taught by industry experts.

Modify the client app to be hosted in Amplify

Modify the client app to be hosted in Amplify

- [Instructor] Let's prepare our web app to be hosted, using Amplify. Before we start, make sure you have the following. You need the React application. You can find it in the GitHub repository for this course. It's called initial to-do app, and this is the zip. And basically I will download it and extract it in my local computer. So I will just bring it to here and I will extract it. Now we need to prepare this so we can open it in our ID. So I will go to the terminal and go to the project that we just download and then open it in the ID. So here is this. And the first thing we need to do is to install the dependencies because this is something that we just downloaded as a zip. So we need to run NPM install, so everything gets installed. And then if we want to run it locally to try this app, we need to create a file called .m, so we can test this locally. Let's wait for this to complete. So now this is done. Let's go and create a .m file. This file, please don't put it in GitHub…

Contents