How to deploy on github? #28
Answered
by
ubaimutl
h3x0r-official
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
ubaimutl
Oct 2, 2022
Replies: 1 comment
-
1. Install the
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
h3x0r-official
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
1. Install the
gh-pages
using yarn2. Add a
homepage
property to thepackage.json
file3. Add deployment scripts to the
package.json
file4. Add a "remote" that points to the GitHub repository
5. Deploy the React app to GitHub Pages