How to Deploy a ReactJS and NodeJS app with Vercel!

  Рет қаралды 32,072

Angeltheesoto

Angeltheesoto

11 ай бұрын

In this tutorial, you'll learn how to deploy a full-stack application built with ReactJS and Node.js using Vercel. Deploying your application is a crucial step to make it accessible to users online. Vercel provides a simple and efficient way to deploy and host your web applications.
Subscribe to the channel for more programming tutorials and leave your questions and comments below. Let's get started with deploying our ReactJS and Node.js app with Vercel!
#ReactJS #NodeJS #Vercel #WebDevelopment #DeploymentTutorial

Пікірлер: 45
@traezeeofor
@traezeeofor 5 ай бұрын
This tutorial is Express, React and Node. No MongoDB. Frontend and backend both on Vercel. Thanks
@aibartolegenov7784
@aibartolegenov7784 3 ай бұрын
Thanks bro, you solved all my problems. Appreciate that
@milkameboe
@milkameboe 6 ай бұрын
I'm just just starting with code,, a had the illusion that I can make an app using gpt4. I didn't. Now i'm slowly getting it thanks to your video! Thanks a lot for your effort
@yusra3198
@yusra3198 8 ай бұрын
It was helpful for me as a beginner! Thankyou!
@angeltheesoto
@angeltheesoto 7 ай бұрын
Glad it was helpful!
@yashasvic2429
@yashasvic2429 5 ай бұрын
thankyou man it helped !!
@gedeonchrist5645
@gedeonchrist5645 4 ай бұрын
thanks brother, well explained
@cryptofelix5242
@cryptofelix5242 Ай бұрын
Very helpful, thank you!
@xfactorbangs5821
@xfactorbangs5821 4 ай бұрын
thank you . this video is helpful.
@ahad5581
@ahad5581 6 ай бұрын
Thank you so much!
@yashprasad2962
@yashprasad2962 2 ай бұрын
Keep up the good work.
@krishnanand_yadav
@krishnanand_yadav 6 ай бұрын
Thank you!!
@jyliang2987
@jyliang2987 3 ай бұрын
thank you! I met a problem about git, which warned me client folder is a sub repository inside this project's repository. I googled it found delete .git folder inside client folder (this is a hidden folder so make sure set your hidden folder not hidden😂) then it worked. hope this can help someone might find this error. happy coding!
@user-wr7wk3fg4v
@user-wr7wk3fg4v 8 ай бұрын
👍Great, that was helpful. Can I run index.js in Node on Vercel without Express? For example, I want to run a file with a bot written in JS. What should be the description in versel.json in this case?🤷‍♀
@mritunjaychaudhary3585
@mritunjaychaudhary3585 Ай бұрын
Thank you so much
@maplestoryinchinese
@maplestoryinchinese 3 ай бұрын
thank you!
@jan-qr4xs
@jan-qr4xs 4 ай бұрын
I have a problem i am using next js node js sqlite. Although i login it says i am not authorized. I used session based but when ask chatgpt or bard it asking me to change cookie....i am so confused why does session work on localhost and not production? How to solve it? Currently my node is in render and next is on vercel...i try to switch to cookie its says block third party...I have a project due in 4 days....and they wont accept localhost ...it feels like a waste if i cant figure it out 😢
@ransi_07
@ransi_07 9 ай бұрын
Thank you
@Bochnik_Loaf
@Bochnik_Loaf 2 ай бұрын
how'd you get the little type confetti in vs code thou??
@user-fq7jf6cp9p
@user-fq7jf6cp9p 8 ай бұрын
thank you
@quyetdaica2639
@quyetdaica2639 3 ай бұрын
what is the extension for typing in your vscode ??
@Zeddted
@Zeddted 7 ай бұрын
I have a blog app built with MERN stack everything is working well when I've not deployed on vercel but after deployment vercel throws a server error when I try uploading files, the error is ENOENT error no such file or directory, please do i need a special configuration to do I've been on this for the past 2weeks and I've developed headache
@angeltheesoto
@angeltheesoto 7 ай бұрын
Your error is saying that the file or directory doesn’t exists so you might have the setup to your directory incorrectly. Example: your directory is in ./server but say you chose ./myProject/server which might cause that error
@SaiBaba-zi5my
@SaiBaba-zi5my 3 ай бұрын
There is no option to select the individual folders. What shall I do??
@arch585
@arch585 Ай бұрын
how do i make front-end communicate with back-end?
@igurutechs2583
@igurutechs2583 Ай бұрын
Is anyone facing CORS error in frontend (React) even after configuring all cors settings in js file and in vercel.json as well? I've used everything but nothing seems to work, i think it's vercel problem... can anyone guide me?
@viz_dugz
@viz_dugz 5 ай бұрын
helpful
@user-vh8fp6rj9m
@user-vh8fp6rj9m 10 ай бұрын
How to include MySQL with vercel
@vusalnovruzov9192
@vusalnovruzov9192 7 ай бұрын
I have a mern stack e-commerce app, I tried to deploy it to vercel. added vercel.json and cors code as well but it gives me 404 error when deployed. can anyone help me, please?
@pushkarsatpute4618
@pushkarsatpute4618 3 ай бұрын
Facing the same issue, solved it ??
@strahinja1910
@strahinja1910 3 ай бұрын
Me too, my frontend is working but the backend always says 40@@pushkarsatpute4618
@gedeonagmas
@gedeonagmas 7 ай бұрын
the real problem is coming after you connect the server url to the client. it triggers CORS error. does any one did fix this problem?
@angeltheesoto
@angeltheesoto 7 ай бұрын
You simply install cors and at the top of your server index.js file, implement the cors tutorial code: const cors = require('cors'); then under it add: app.use(cors()); hope this helps
@ahammedmishal1622
@ahammedmishal1622 10 ай бұрын
whats that blast extenstion name
@angeltheesoto
@angeltheesoto 5 ай бұрын
The extension is called power mode! 😄
@mamadoumassaly
@mamadoumassaly 8 ай бұрын
I get an empty page in the browser when I visit.
@angeltheesoto
@angeltheesoto 7 ай бұрын
Can you explain the issue in more detail.
@mamadoumassaly
@mamadoumassaly 7 ай бұрын
It works now. I had to watch the build logs and the runtime logs.
@mayowaodunsi7954
@mayowaodunsi7954 8 ай бұрын
Git hub???
@angeltheesoto
@angeltheesoto 7 ай бұрын
Yes, GitHub in short is like a Facebook but for coders. You can store and manage all your code on GitHub. If you don’t know GitHub I would recommend you familiarize yourself with it as it can help you store and manage all your projects.
@arupde6320
@arupde6320 5 ай бұрын
be regular
@ArmanHossain-dq5dy
@ArmanHossain-dq5dy Ай бұрын
bad video
@viewsbyblur
@viewsbyblur 6 ай бұрын
everytime I try to deploy my client side of my project i get, Could not resolve "./components/Header.jsx" from "src/App.jsx". idk whats going on in my app.jsx
@UTube4075
@UTube4075 2 ай бұрын
You have copied from that Japanese guy I think. I am disappointed
Кәріс өшін алды...| Synyptas 3 | 10 серия
24:51
kak budto
Рет қаралды 1,3 МЛН
Её Старший Брат Настоящий Джентельмен ❤️
00:18
Глеб Рандалайнен
Рет қаралды 7 МЛН
🍟Best French Fries Homemade #cooking #shorts
00:42
BANKII
Рет қаралды 60 МЛН
СНЕЖКИ ЛЕТОМ?? #shorts
00:30
Паша Осадчий
Рет қаралды 6 МЛН
10 common mistakes with the Next.js App Router
20:37
Vercel
Рет қаралды 182 М.
Why People Aren't Deploying to Vercel Anymore
5:55
Josh tried coding
Рет қаралды 146 М.
Why I Stopped Using Backend Frameworks
6:26
Ben Davis - Tech
Рет қаралды 9 М.
Stop Using Create React App
0:59
Web Dev Simplified
Рет қаралды 571 М.
Storing Images in S3 from Node Server
39:59
Sam Meech-Ward
Рет қаралды 80 М.
Build a Fullstack Blog App using MERN (mongo, express, react, node)
3:32:10
Coding With Dawid
Рет қаралды 335 М.
ВЫ ЧЕ СДЕЛАЛИ С iOS 18?
22:40
Overtake lab
Рет қаралды 104 М.
МОЩНЕЕ ТВОЕГО ПК - iPad Pro M4 (feat. Brickspacer)
28:01
ЗЕ МАККЕРС
Рет қаралды 74 М.
ПОКУПКА ТЕЛЕФОНА С АВИТО?🤭
1:00
Корнеич
Рет қаралды 1,5 МЛН