cd ~/Desktop
npx create-react-app my-app
cd my-app
npm start
git remote add origin https://github.com/dmarcs/my-app.git
git branch -M master
git push -u origin master
cd ~/Desktop/my-app
git pull
Make a change and push. Wait a little, and refresh your public site to see the changes.