How to Deploy a ReactJS and NodeJS app with Vercel!

preview_player
Показать описание


#ReactJS #NodeJS #Vercel #WebDevelopment #DeploymentTutorial
Рекомендации по теме
Комментарии
Автор

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

milkameboe
Автор

This tutorial is Express, React and Node. No MongoDB. Frontend and backend both on Vercel. Thanks

traezeeofor
Автор

Thanks bro, you solved all my problems. Appreciate that

aibartolegenov
Автор

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!

jyliang
Автор

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 😢

jan-qrxs
Автор

It was helpful for me as a beginner! Thankyou!

yusra
Автор

how'd you get the little type confetti in vs code thou??

Bochnik_Loaf
Автор

what is the extension for typing in your vscode ??

quyetdaica
Автор

I have both my front end and backend folders deployed to Vercel. How do we link them together?

hgzoguv
Автор

There is no option to select the individual folders. What shall I do??

SaiBaba-zimy
Автор

👍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?🤷‍♀

wrwkfgv
Автор

how do i make front-end communicate with back-end?

arch
Автор

at 5:59 you said "I made a mistake here, " what does it mean ?

kumarbabu
Автор

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

Zeddted
Автор

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?

igurutechs
Автор

But how to store data ? Where to store it, i don't see any db.json like files

risselify
Автор

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

viewsbyblur
Автор

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?

vusalnovruzov
Автор

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?

gedeonagmas
Автор

I get an empty page in the browser when I visit.

mamadoumassaly