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

Unlock the full course today

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

Using npm to create a React app

Using npm to create a React app

- [Instructor] Okay, so if you thought the last part was easy, you're going to love this part because it stays easy. So what we're going to do now that we have NPX installed is we are going to create a project. We're going to create a to-do list type project. Now I know what you're thinking, or at least I suspect I know, you're thinking to-dos. We've done this type of project a million times and yeah, I agree. But they're awesome. They're great projects because they allow you to focus on the code and not have to worry so much about the requirements because they're built in, we kind of understand 'em already. So I love doing things like to-do projects and tip calculators because I don't have to think about the functionality. I can get into the meat of what I'm learning. And then once we create that project, we're going to run it like instantly, right out of the template, right out of the box. We have a project that we…

Contents