npx create-react-app my-app
cd my-app
cd src
# If you're using a Mac or Linux:
rm -f *
# Or, if you're on Windows:
del *
# Then, switch back to the project folder
cd ..
Example 6: react tutorial
As far as I can tell from looking, codecademy, w3schools,
and many answers on stack overflow are all outdated.
The best option is "https://reactjs.org/"