Skip to content

Instantly share code, notes, and snippets.

View kaustavray21's full-sized avatar

Kaustav Kumar Sinha Ray kaustavray21

  • Mathura, India
View GitHub Profile
  1. install gh-pages package from npm
npm install gh-pages --save-dev
  1. add these 2 scripts in package.json
"predeploy": "npm run build",
"deploy": "gh-pages -d dist"
  1. add homepage in package.json after name