How to Deploy a React Application in Vercel

preview_player
Показать описание
Hello guys ,
Welcome to my channel In this video I have explained about the process in which you can easily host your website in vercel in details.

I hope you will enjoy this...

⏯️⏯️Playlist Links Watch It :

❤️Guys, Please support my channel by SUBSCRIBE to my channel and share my videos in your Social Network TimeLines.❤️

☑️Don't Forget to Follow me on all Social Network, ✅

Thanks For Watching

Keywords:
vercel deploy react app
how to deploy react app on vercel
deploy react app to vercel
how to deploy react project on vercel
how to host react app on vercel
deploy react app on vercel
how to host react website on vercel
how to deploy a react app to vercel
vercel,how to deploy to vercel
how to deploy a react app
react app vercel
vercel react app
deploying to vercel
ways to deploy react app,react app deployment
react and vercel
sharing react app with vercel

Hash tags:- #vercel #webhosting #hosting #git #github #hostingservices
Рекомендации по теме
Комментарии
Автор

Hosted all my react website using your trick
Thanks

batman
Автор

Thank you very much, brother. You have resolved my issue😇

shabazuddin
Автор

What a superb video thanks a lot bro for making this much information packed in one video

bichitranandaguru
Автор

You have explained it in a very easy and precise way, Thankyou bhaiya.

aniketkumar
Автор

Bhai meri app react pr bani hui h and usme ek backend bhi h toh mai usko kaise deploy kru please help bro

x..darkfate..x
Автор

Thanks for short and precise video.
Is their any cloud provide better than vercel for frontend application and cheaper also?

ntesla
Автор

You have used your builded dist folder or original react project folder?

Alok.
Автор

Iam getting CORS error -no control access origin present also iam using two different deployed link for backend and frontend

Vinaya_-lcdo
Автор

but yaha pe muze vercel me main branch ka hi by default option aa rha hai and mera frontend ka code master branch me hai so uske lie kya karna hoga?

gayatripuri
Автор

Sir make a video on how to add mongodb extension in vscode to check database

sahilsaibaodiavlogs
Автор

sir ek problem please help kardo,
mera project me ek route h
<Route element={<ResetPassword />} />

baki others route sahi kaam rahi h, but sirf ye route 404 q aahara h.

mera vercel.json
{
"routes": [
{
"src": "/[^.]+",
"dest": "/"
}
]
}

please help to handle this route error

subhrajitchandra
Автор

Bhaiya make a video on roadmap of web development

SuperMan-lsyj
Автор

Vai backend ko kaise host karen ge or frontend ke sath connect karenge

pradumsingha
Автор

Does vercel can also be used for backend?

namanjain
Автор

phir backend ko kaise host kare ussi mei ?

pumpkin
Автор

vercel is much much better than netlify

rishiraj
Автор

Bhai existing app ko kasy update kryn?

zainrana
Автор

Bhai ek project kitne din tak free mai host kr skte hai?

sahilsrivstava
Автор

Bhai vercel pe meri website host karne ke baad uska css hi load nahi ho raha

kennysus
Автор

Hey, I need one help from you. Actually the website is working properly when I open in the browser using the local host but after the deployment, the photos and the header links are not working properly. For header links, I used @headlessui/react and @heroicons/react.

ms