(Part 1 of 2) In this first video I walk through the steps it takes to create a new React App using the CRA create-react-app command line in Windows 10. I use tools like npx, and npm. In the second follow up video, I will show how to upload this React Application to a traditional web hosting company using an FTP client program.
0:00 Begin Video
1:14 Using VS-CODE Editor
1:58 Opening a command prompt
3:12 Changing the title for the App
4:38 Starting up the App for the first time
5:13 React App running in browser
6:04 Try npm run eject on a sample project
6:47 Great docs!
7:09 - Setting up for Part 2 of this video