Thanks man!!! I am a beginner. Didn't know that you have to do the npm run build command to make the dist folder. I was banging my head for so long!!! Much appreciated.
Mehn! you are the best. It is only a matter of time bro. You have got the content itself. All other tutorials out there are just not nailing it. But you did! You know I love you and your tutorials because it always comes out best for me particularly. You just got a new follower. and a mentee😁
This is only for front end.... it would be nice if you showed a way to do this having a root project folder which contains both the client and server inside as sub-directories. Importing my entire project makes the deployment fail.
After following all the instructions given on this page, I got a blank screen upon visiting the live page? Yet building and deployment were done successfully as confirmed in the "Action" tab of the github repository
I’m getting a blank screen at the end after a successful deployment just dragging and dropping the “dist” folder in Netlify. Gonna try some different things Saturday when I get home to try and get this to work.
in my index.html, the assets can't be located because it needs dot before the file path, something like this "./assets/filename", note that I need to manually add that dot in the first
When deploying manually, anytime you make changes to the code you have to re-run the "npm run build" command to generate an up-to-date dist fold and drop it into netlify.
i tried this, when i use npm run preview its working but when i deploy it or try to open it via live server or just double click on the html file i get a blank page. what could be the problem i am running in circles rn :s
It seems like the vite package is not installed in your project or globally on your system. You can install it locally in your project or globally. To install it locally in your project, navigate to your project directory in the terminal and run: npm install vite To install it globally, you can use: npm install -g create-vite After installing, try running npm run build again.
THe build index.html is blank.It is only opening with an http-server.How do we go around that?......Also firebase is not running the deployments.Please help
Straight to the point! It's quite hard to find a tutorial that does not go straight to the point. Thanks so much!
Thanks man!!! I am a beginner. Didn't know that you have to do the npm run build command to make the dist folder. I was banging my head for so long!!! Much appreciated.
This video is so underrated! I could find exactly what I wanted. Thanks man! You're awesome!
every other tutorial made a fuss and complicated it! straight to the point thanks
Thank you so much dude now i know what was the black magic JS file when i opened the dev tools 5 years ago
omgggggg i did not run npm run build command.... that's why i can't get it done... thank you you have saved my day!!!! and very nice voice btw !!
Tommy from scrimba discord here, loved the tutorial, very easy and fast, you earned my sub Mist keep up the great work much love from new york
man I can't pass without saying thanks, you are great tnx
Mehn! you are the best. It is only a matter of time bro. You have got the content itself. All other tutorials out there are just not nailing it. But you did! You know I love you and your tutorials because it always comes out best for me particularly.
You just got a new follower. and a mentee😁
it worked? for me its just showing a blank site at the end.
@@akshanshkaushal9422 You must have uploaded the entire project. Just upload the 'dist' folder. Lemme know if that helped
what a legend - literally saved me you have no idea
oh my God you saved my career. thank you so much.
thank you very much, was struggling with this for a while
thank you very much, i done with my project to graduated
You’re the best….Something I have been struggling since can be this easy…thanks
Thanks Bro .. This is the easiestttttttttttt wayyyyyy .... Straight to the point !!!
This is only for front end.... it would be nice if you showed a way to do this having a root project folder which contains both the client and server inside as sub-directories. Importing my entire project makes the deployment fail.
Hello bro! Do you know how I can achieve deploying ssr vite projects where the dist folder has both server and client side
After following all the instructions given on this page, I got a blank screen upon visiting the live page? Yet building and deployment were done successfully as confirmed in the "Action" tab of the github repository
same
I’m getting a blank screen at the end after a successful deployment just dragging and dropping the “dist” folder in Netlify. Gonna try some different things Saturday when I get home to try and get this to work.
I'm glad I found you.
Thank you 😊
this is so easy!!!!!!! perfect bro
Thank You So Much , Its Helps Alot
simple, clear, short - thanks Sir!
it helped me a lot..exact content what i wanted to know
Hi from brazil, thanks dude
Welldone ! good Job ❤
Awesome! This tutorial helps me a lot.
This is nice. But how can I do the same for a ssr vite project where the dist folder has both client and server side? Please I need help with this
Time Saving Bro😍
Awesome! Just what I needed! When we update the site, do updates automatically go through? Or do we need to run npm build again?
With this method, you will need to run the build command and drag'n'drop the new dist folder into Netlify each time you make changes to the code.
how about if the project has a back end how would can you do that ?
So simple and concise❤❤😊😊
Damn! You’re a life saver!!
Very helpful. Thank you so much.
Thank you for this video, it's helpful!
in my index.html, the assets can't be located because it needs dot before the file path, something like this "./assets/filename", note that I need to manually add that dot in the first
Thanks man , it was of huge help
Super bro 🎉🎉🎉🎉🎉
Sou brasileiro e esse vídeo me ajudou muito, obrigado!
Oh man, that saved me, god bless u
it worked? for me its just showing a blank site at the end.
To the point!! Liked it 🤩
Yep, what a great Tutorial !!! awesome Regard from Pakistan
is it working
@@simplyjs Yep perfect!!!!
thank you bro, simple and functional!
Thank you so much i got it now
It works!! Simple and effective, great job 👌👌
Thanks mate! To-the-point tutorial that was very helpful.
Nice! Liked and subscribed.
to load resource: the server responded with a status of 404 (). i am getting this error on the console and the page is blank.what to do?
have you figured it out?
@@snehashishghosh7258 no haven't yet .if you find any solution kindly tell me.
@@AvikNayak_ sure
@@AvikNayak_ I installed the latest version of Node, deleted the node_modules and re install node_modules using 'npm i'.... This worked for me
@@snehashishghosh7258 which version did you used?
I have a question tho. I hope I'm attended to. If I want to make some changes after deploying it, what do I have to do? Thank you.
When deploying manually, anytime you make changes to the code you have to re-run the "npm run build" command to generate an up-to-date dist fold and drop it into netlify.
Excellent !!! 🤩🤩🤩 it works exactly and so easy... like a dream, thank you very much.
After pointlessly trying to deploy on github pages and wasting so much time , deployed on netlify in minutes, Thanks
hi
@AdityaPatel-ji5kz you deployed react+vite app? I have tried but when I open the final site it shows nothing. Could you help me to fix this?
i tried this, when i use npm run preview its working but when i deploy it or try to open it via live server or just double click on the html file i get a blank page. what could be the problem i am running in circles rn :s
thanks. straight to the point 💯
Thank you for this.. Subscribing now... 😻
awesome thanks sir
Actually a good video!
Thank u so much ☺
Thank you mate!
Nice tutorial, thanks for posting it.
Dude u saved me, thanks a lot
it worked? for me its just showing a blank site at the end.
Awesome vid, thanks bro.
However when I try to do it, Netlify can't find my pictures. They are located in the same way as your "images" folder.
It seems like the vite package is not installed in your project or globally on your system. You can install it locally in your project or globally.
To install it locally in your project, navigate to your project directory in the terminal and run:
npm install vite
To install it globally, you can use:
npm install -g create-vite
After installing, try running npm run build again.
you are awsome dude
Thanks bro👍👍
i have done the same thing but it gives me a blank website
please help me
Thank you so much. 😊
thank you. im working on my portfolio and would like my project sites to be online.
Obrigado, amigo! Você explica muito bem!
Index.html file what I got after npm run build (.dist) folder, If I click on it, its just showing blank white screen whats the reason?
Do you know what the reason is?
thank you so much brother
Is this works for hostinger deploy too?
Thank you for this! omg
Best developer video I have seen so far, it was so helpful and concise. Thank you so much for posting this!
don't try to steal it
hope you don't take his house
Super helpful
THe build index.html is blank.It is only opening with an http-server.How do we go around that?......Also firebase is not running the deployments.Please help
great tutorial, thanks
Thank you!
Thanku so much
netlify its not take a vite proxy what we do?
Thank you
very helpful thankssss
it worked? for me its just showing a blank site at the end.
mine just shows a blank page please help
same
thanks, bro!!!!!!!!
thank you so much
Thanks man
Thanks
Thanks! Man
Muchas gracias...
THANKS
nice, ty bro a lot, so ez
hi, good video. but i want to upload my react js vite to ubuntu server, can you help me ?
nice
thanks!!!
ty mate
bruh you saved my ass thank you so much
You bi genius
I wish it was that easy. I've spent days trying to deploy a react+vite project on my own server. White screen of death every time...
thanks
Local Images not showing there
hii
Really useful. Thanks!
it worked? for me its just showing a blank site at the end.