From React Course - Beginners Tutorial for React Javascript Library [2022]
Credit: FreeCodeCamp.org and Learn React via Scrimba
Note: react1-4 use local babel transpilers
everything else is built using local npm server (with create-react-app NAME)
(in fact, my favorite "new project" command is npx create-react-app NAME && cd "$_" && npm start)