This video shows using Windows 10 to create a React app using the command line tool inside of VS CODE editor called CRA like this: "npx create-react-app youtube-app". I make a few changes to the code, and then using a classic FTP program called WS FTP PRO, to take the static html files created by the 'npm run build' command and push them up to a live web server using a real domain on the internet name called https://www.scottsyoutubevideos.com.
0:00 Begin Video
1:14 Using VS-CODE Editor
1:49 Opening a command prompt
2:54 Changing the title for the App
4:24 Starting up the App for the first time
5:09 React App running in browser
5:53 Try npm run eject on a sample project
6:42 Great docs!
7:06 Run the 'npm run build'
8:12 Opening the WSFTP PRO program
8:53 Start using FTP program
10:07 React App running on external web server