Using the command-line interface (CLI) tool create-react-app. You need to have Node.js installed.
npx create-react-app first-react
cd first-react
npm start
will start being served at a local server at localhost:3000
0:14 Install Node JS
1:08 Create React App
2:36 React project structure
3:26 favicon
4:14 index.js
5:04 manifest
6:06 robots.txt
7:01 package.js
11:27 package.lock.js
12:00 readme.md