React: Create React App
From wiki.jacobjohns.com

- Go to working directory where the project will live.
cd c:\users\$env:USERPROFILE\gitDir\
- Create app with npx, cd to directory, and start the app.
npx create-react-app my-appcd my-appnpm start
- Browse to localhost.
