React App to GitHub Pages Deployment
Deploying React App to Github pages is an easy task and can be done in just few simple steps:
Steps 1
Install the gh-pages package using npm i gh-pages --save-dev.
Step 2
Add the following in your package.json file
"homepage": "http://{github usernam...
shivanshyadav.hashnode.dev1 min read