With Node.js installed, bootstrapping a react app is as simple as executing create-react-app
with npx
. No further downloads necessary.
Instructor: [0:00] First let's run npx create-react-app. We'll name the app react-example. Let's cd to the directory. We'll do yarn start. Here we have a simple React app.