🚨 Big Announcement! 🚨 Hey everyone! I've made a big decision for this channel-I've turned off ads on all my videos! That's right, you can now enjoy all my content ad-free! This means I'm earning $0 from ad revenue, but I believe this is the right move to make your viewing experience better. If you find my content valuable and want to support my work, there are several ways you can help: Like & Share: Simply liking the video and sharing it with friends helps a lot! Subscribe & Hit the Bell: Stay updated and never miss a new video. UA-cam Thanks: Use the "Thanks" button below to send a one-time donation. Join the Channel Community: Get exclusive perks and behind-the-scenes content. Buy Me a Coffee: buymeacoffee.com/CodeExplained PayPal Donation: www.paypal.com/paypalme/CodeExplained Every little bit counts and goes directly to creating more high-quality content for you all. Thank you so much for your continued support! Let’s keep growing and learning together! 🌟
OMG I've been watching coding tutorials on UA-cam over the past 2 years on many different technologies, and I can say this one was absolutely one of the bests. Keep it up man ❤️
I think there is one minor step missing, which is that you will need to start nginx after installing, with `systemctl start nginx`. Great video, thank you!
Hello, please I have an app that have a backend that connect the frontend with a LocalHost Port. how should I configure these during hosting?, and where should I put environment variables , Thank you
🚨 Big Announcement! 🚨
Hey everyone! I've made a big decision for this channel-I've turned off ads on all my videos! That's right, you can now enjoy all my content ad-free! This means I'm earning $0 from ad revenue, but I believe this is the right move to make your viewing experience better.
If you find my content valuable and want to support my work, there are several ways you can help:
Like & Share: Simply liking the video and sharing it with friends helps a lot!
Subscribe & Hit the Bell: Stay updated and never miss a new video.
UA-cam Thanks: Use the "Thanks" button below to send a one-time donation.
Join the Channel Community: Get exclusive perks and behind-the-scenes content.
Buy Me a Coffee: buymeacoffee.com/CodeExplained
PayPal Donation: www.paypal.com/paypalme/CodeExplained
Every little bit counts and goes directly to creating more high-quality content for you all. Thank you so much for your continued support!
Let’s keep growing and learning together! 🌟
OMG I've been watching coding tutorials on UA-cam over the past 2 years on many different technologies, and I can say this one was absolutely one of the bests. Keep it up man ❤️
Wow, thanks!
thank you man I was trying to deploy my app around 4 hours and I found your video so this is so cute thank you again
what a legend, UA-cam teachers always come in clutch, cheers
I am about to cry I was trying to just look for the hosting but you came in with the SSL certificate swell, legend
Thank you dude!!! Just so painful 20+ hours of deploying has finished, thanks to you. Keep going, you are the best!!!
Been looking for this exact thing for the past 3 days, you just saved me a client. Really appreciate!!
Great tutorial! Thank you VERY MUCH! You saved me several hours of searching. Great work!
You're welcome!
I think there is one minor step missing, which is that you will need to start nginx after installing, with `systemctl start nginx`. Great video, thank you!
I think there is no need for that, cause we started nginx services.
This Tutorial is Beast Mode.
The Best of it all.
you saved my day bro..Absolutely loved it
wow so good. filled with very useful stuff in a decent short video.
Glad it was helpful!
Hello, please I have an app that have a backend that connect the frontend with a LocalHost Port. how should I configure these during hosting?, and where should I put environment variables , Thank you
If we change something in our git repo, we just need to do git pull in putty and then npm run build etc ?
did u discovered that tony?
Great tutorial! clear and complete.
The best one so far !
Happy to hear that.
Thank you very much, exactly what I needed and well explained
Great to hear!
How to add environment variables ? Do I simply add it in build folder inside .env ?
This is one of the great video!
Glad you think so!
What a useful Tutorial, Thanks :)
do we really need to install node and npm into the server?
Awesome tutorial, everything worked greatly. What would be the best way to update the files on the server with the github repo?
mine hostinger VPS IP do not show any kind of default page even after having var ww html index html in that
Did you preconfigured Git? I made a new GitHub account to do this but the GitHub part didn't work for me; it says "not a git repository" :(
Hi There ! one doubt regarding updating the files within the build folder. What about replacing the index.html file. can you help me on this!
Wow! Amazing tutorial! Thanks!
Glad it helped!
Excellent tutorial, thank you!
Thanks a lot !! it was very clear information
Glad it was helpful!
awesome video, in 2022 fully works , thanks
You're welcome and thanks for the feedback
What about adding .env files (which we don't store in github) into VPS?
This is absolutely amazing
Very useful , I subscribed.
Thanks for the sub!
Helpful guide. Thanks!
Glad it was helpful!
did everything, was able to clone git repo, build react and so on..but 502 error =(
This is brilliant!
Thanks
it works. thanks a lot. 😁
Great man! thank you very much
I'm glad I found this video.
Great 😁
Nice and clear
Hi! I wanted to ask if it's possible to deploy multiple react builds in a single server.
You're the best
Great thanks for this video 🙏!
My pleasure!
Problem with page reload page error. Need .htaccess file?
Nginx does not use . htaccess files like Apache does.
Yeah same problem when I reload it shows 404 error .how to modify it ??
@@CodeExplained how to avoid 404 error after refreshing
awesome ! Huge thanks!
You're welcome!
Great tutorial.
Glad you liked it!
Obrigado, graças ao seu vídeo consegui fazer o deploy na oracle!
Happy to hear that.
Thank you very much for your lecture :)
You're most welcome!
how build folder is created
I am not using react
I am using simply nodeJs
What Should I do .
I had used start in the script i.e "start":"node app.js"
Please watch another video on how to deploy your app!
So so good!
Thanks
Полезное видео. Запишите ещё как опубликовать nextJS приложение с настройкой nginx конфигурационного файла.
Thanks, I will see what I can do about that.
thanks for this.
This site can’t be reached. Please help! I followed the instructions
Thanks !!
Can we also deploy next js like this please reply
thank you very much!
You're welcome.
THANK YOU
Thank you for your efforts, can you make video tutorials about:
Learn Nod.js in one hour.
Will try
@@CodeExplained 👍
thanks a lot !!
it couldnt be better, apart from using putty (im used to mobaxterm) everything is what i did or needed to do
Thank you so much
You're most welcome
How to deploy on contabo
what about running the app in docker port 3000, I cannot access my website at all