React Apps on Github GH Pages - eunicedhivya/Resources GitHub Wiki

Source: Deploying Your React App with GitHub Pages and Adding a GoDaddy Custom Domain Name How To Host A React Website With A Custom Domain Name Using GitHub Pages

npx create-react-app <folder-name>

Create the react application

npm install gh-pages --save-dev