Heads up! To view this whole video, sign in with your Courses account or enroll in your free 7-day trial. Sign In Enroll

- 2x 2x
- 1.75x 1.75x
- 1.5x 1.5x
- 1.25x 1.25x
- 1.1x 1.1x
- 1x 1x
- 0.75x 0.75x
- 0.5x 0.5x
Create React App lets you create a modern build setup for your React apps in no time. You install the tool and focus on just building your actual app.
Update
It is no longer necessary (or recommended) to install Create React App globally. Instead, you should use the npx
command to create the "search-app" project used in this workshop with a single command:
npx create-react-app search-app
If you have previously installed Create React App globally you should uninstall it as recommended in this documentation.
NPX is a package runner that is included with NPM, as of version 5.2. It makes it easy to install and run packages, especially command-line tools like Create React App.
Learn more about npx
here, or see npx
in action in this Treehouse video.
Resources
- Create React App – repo
- Jest testing framework
- Progressive Web Apps
- Service Workers: an Introduction
- Web App Manifest
Related Videos
Related Discussions
Have questions about this video? Start a discussion with the community and Treehouse staff.
Sign up-
Andrew Hinkson
Full Stack JavaScript Techdegree Graduate 25,822 Points1 Answer
-
Anuj Verma
2,916 Points1 Answer
-
yeos kobrata
1,247 PointsI dont get the registerServiceWorker.js file after i run the create-react-app command
Posted by yeos kobratayeos kobrata
1,247 Points1 Answer
-
Philip Kroupoderov
Front End Web Development Techdegree Graduate 21,641 PointsHow does the import statement know where to import from??
1 Answer
-
Paul Sullivan
9,325 Points0 Answers
-
Frederic Ronaldi
13,732 Points1 Answer
-
Warner Cyr
Front End Web Development Techdegree Graduate 21,047 Points2 Answers
-
Gabbie Metheny
33,778 Points1 Answer
-
neilsatterfield
Front End Web Development Techdegree Graduate 18,018 Pointscreate-react-app not working with Windows 10
3 Answers
-
Sharad Shivmath
14,446 Points1 Answer
View all discussions for this video
Related Discussions
Have questions about this video? Start a discussion with the community and Treehouse staff.
Sign up
You need to sign up for Treehouse in order to download course files.
Sign upYou need to sign up for Treehouse in order to set up Workspace
Sign up