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

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.…

Contents