Skip to content

Instantly share code, notes, and snippets.

@jahidulsaeid
Created August 12, 2020 17:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jahidulsaeid/9bb526f66ebd03f8cf5b2a18d20cfd32 to your computer and use it in GitHub Desktop.
Save jahidulsaeid/9bb526f66ebd03f8cf5b2a18d20cfd32 to your computer and use it in GitHub Desktop.

React Project deploy in github pages

Package install

npm install gh-pages --save-dev

Add Homepage

"homepage": "Url"

Add Scripts

"predeploy":"npm run build",
 "deploy":"gh-pages -d build",
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment