Skip to content

Instantly share code, notes, and snippets.

@olygood
Created August 16, 2022 16:05
Show Gist options
  • Save olygood/2445e32ab6456f22c2eb39fdab47853d to your computer and use it in GitHub Desktop.
Save olygood/2445e32ab6456f22c2eb39fdab47853d to your computer and use it in GitHub Desktop.
gh-pages
npm install gh-pages --save-dev
package.json :
"homepage": "http://olygood.github.io/cardReact",
"scripts": {
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
}
npm run deploy
aller sur gihub, repos, settings, pages, branch, gh-pages
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment