Bootstrap a react app using create-react-app

Khaled Garbaya
InstructorKhaled Garbaya
Share this video with your friends

Social Share Links

Send Tweet
Published 5 years ago
Updated 4 years ago

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.