Skip to content

Instantly share code, notes, and snippets.

@samigabor
Created February 8, 2022 13:49
Show Gist options
  • Select an option

  • Save samigabor/f976ab119e3b3b797d04ca1d0bf158b6 to your computer and use it in GitHub Desktop.

Select an option

Save samigabor/f976ab119e3b3b797d04ca1d0bf158b6 to your computer and use it in GitHub Desktop.

Install gh-pages

npm install gh-pages --save-dev

Add predeploy and deploy scripts to package.json

"predeploy": "npm run build",
"deploy": "gh-pages -d build",

Deploy to github pages

npm run deploy

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment