From the course: AWS and React: Creating Full-Stack Apps
Unlock the full course today
Join today to access over 24,700 courses taught by industry experts.
React app concepts - Amazon Web Services (AWS) Tutorial
From the course: AWS and React: Creating Full-Stack Apps
React app concepts
- [Instructor] As we get started with our React Project, we're going to do a little bit of setup that's going to help us create the project much more easily than if we were doing it by hand. You may have used NPM before, Node Package Manager. This is going to make creating our project really easy, and as you move forward and you add other packages, it'll continue to be easy. If you haven't used NPM before, no problem. We're going to step through this really slowly and it's going to be great. I promise you, trust me. So the first thing we're going to do is we're going to install NPM. That comes with Nodejs. So that's how we're going to get it. We're going to install Nodejs. We're going to install that from nodejs.org. There's a download and you just click a few things really, really easy. That also includes NPX, the Node Package Runner. This will help run packages for us. This is how we're going to run our project.…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.
Contents
-
-
-
(Locked)
React app concepts1m 43s
-
(Locked)
Using npm to create a React app2m 26s
-
(Locked)
Editing a React app2m 17s
-
(Locked)
AWS S3 hosting with Amplify5m 43s
-
(Locked)
Hosting your React app on AWS6m 1s
-
(Locked)
Challenge: Host your React app on AWS1m 28s
-
Solution: Host your React app on AWS2m 29s
-
(Locked)
-
-
-
-