Skip to content

Instantly share code, notes, and snippets.

View jhonshua's full-sized avatar
🏠
Working from home

Julio Cesar Llinas jhonshua

🏠
Working from home
View GitHub Profile
@jhonshua
jhonshua / simple-deploy.md
Created December 19, 2022 04:17 — forked from vre2h/simple-deploy.md
Simple guide for deploying your react app to Github-Pages.
  1. Your package.json file should consist a field homepage:
  "homepage": "https://<github-username>.github.io/<project-repo>"

2.1. Install gh-pages via npm:

 npm i --save-dev gh-pages