filmov
tv
How to deploy and Host ReactJS app on git pages?
Показать описание
Lets learn how to deploy and host ReactJS app on git pages.
Steps:
1 : create a simple React app. ( 0:32 )
2 : install git-pages package using npm install gh-pages ( 1:35 )
3: create empty git repo and copy git link ( 2:01 )
4. on terminal of your project hit git init ( 2:30 )
5. then add origin for repo git remote add origin copied_link ( 2:42 )
6. hit git remote -v to verify remote
7. git add .
8. if node modules are added then add them to gitignore.
9. push changes
10. go to git repo setting. setup git pages for main branch copy given link ( 4:03 )
add new entry
"homepage": "your recentlly copied link" ( 4:32 )
12. add scripts tag ( 4:45 )
"predeploy": "npm run build",
"deploy": "gh-pages -d build -r YOUR_GIT_REPO_URL"
you can get git URL by hitting git remote -v
13. Then hit ( 5:56 )
npm run deploy
14. got to repo setting change branch to gh-pages ( 6:12 )
and open given URL.
after few minutes🔥🔥🔥🔥🥳 your ReactAPP is LIVE. ( 6:52 )
✔️hosted app site :
💯💯💯💯💯💯💯💯💯💯💯💯💯💯
✍️Recorded on ubuntu 20.04LTS.
✍️video editors used: Adobe Premiere Pro.
✍️👨💻code editor: VS code.
Author: Vaibhav Jadhav
Steps:
1 : create a simple React app. ( 0:32 )
2 : install git-pages package using npm install gh-pages ( 1:35 )
3: create empty git repo and copy git link ( 2:01 )
4. on terminal of your project hit git init ( 2:30 )
5. then add origin for repo git remote add origin copied_link ( 2:42 )
6. hit git remote -v to verify remote
7. git add .
8. if node modules are added then add them to gitignore.
9. push changes
10. go to git repo setting. setup git pages for main branch copy given link ( 4:03 )
add new entry
"homepage": "your recentlly copied link" ( 4:32 )
12. add scripts tag ( 4:45 )
"predeploy": "npm run build",
"deploy": "gh-pages -d build -r YOUR_GIT_REPO_URL"
you can get git URL by hitting git remote -v
13. Then hit ( 5:56 )
npm run deploy
14. got to repo setting change branch to gh-pages ( 6:12 )
and open given URL.
after few minutes🔥🔥🔥🔥🥳 your ReactAPP is LIVE. ( 6:52 )
✔️hosted app site :
💯💯💯💯💯💯💯💯💯💯💯💯💯💯
✍️Recorded on ubuntu 20.04LTS.
✍️video editors used: Adobe Premiere Pro.
✍️👨💻code editor: VS code.
Author: Vaibhav Jadhav
Deploying a Website to AWS in Under 1 Minute
How to deploy your website for free
How I deploy serverless containers for free
Build, Deploy, and Host a Backend From A to Z
The Best Way to Host & Deploy a React Application
How to deploy your website to production in 30 minutes
How To Deploy Full Stack React App For Free | Deploy MERN Stack Project In 10 Minutes
5 Modern Ways to Deploy Your Web App to The Internet
How to Host ASP.NET Core MVC Project on Plesk Server- Complete Tutorial 2025
How To Deploy to Heroku in 5 Minutes
Deploy Your Next.js App Like a Pro: A Guide to Self-Hosting your Next App
5 Steps to Deploy Your Website Like a PRO! #shorts
How to Deploy React App to GitHub Pages | Step by step.
Deploy ASP.Net Core Web Application in IIS - Dot Net Core Hosting
How to Deploy MERN Application on Vercel? HOST Full-Stack MERN App to Vercel for Free
HOST a website for FREE using AWS? | Deploy a Website to AWS in Under 8 Minute | AWS + DevOps
Deploy a Django web app to Python Anywhere in 5 Mins [FREE]
How to Put a Website Online: Template, Coding, Domain, Hosting, and DNS
firebase hosting setup complete | firebase hosting setup complete after deploy react #firebase
How to Publish,Deploy and Host ASP .NET Core Application on IIS||Deploy and Host ASP.NET CORE on IIS
How to deploy react app to production
How to Deploy a Node.js App to Render.com for Free (Heroku Alternative)
Render Free Hosting provider | Auto Deploy | No Credit Card required
Host Website on Netlify for Free Website Deploy
Комментарии