Deploy react app by create-react-app

Follow this guide to deploy react app to github pages.
React Create App Readme

Do something to let github pages OK with SPA

Github pages does not support SPA routings now, so you have to do followings:
Follow this guide to make SPA OK with github pages
spa github pages