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
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
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.
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 !!
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 !!!
what a legend - literally saved me you have no idea
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
man I can't pass without saying thanks, you are great tnx
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
thank you very much, was struggling with this for a while
Thank you 😊
oh my God you saved my career. thank you so much.
Excellent !!! 🤩🤩🤩 it works exactly and so easy... like a dream, thank you very much.
It works!! Simple and effective, great job 👌👌
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
simple, clear, short - thanks Sir!
I'm glad I found you.
thank you very much, i done with my project to graduated
So simple and concise❤❤😊😊
Yep, what a great Tutorial !!! awesome Regard from Pakistan
is it working
@@simplyjs Yep perfect!!!!
Thank You So Much , Its Helps Alot
Hi from brazil, thanks dude
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😍
this is so easy!!!!!!! perfect bro
it helped me a lot..exact content what i wanted to know
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.
Welldone ! good Job ❤
Awesome! This tutorial helps me a lot.
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
Nice! Liked and subscribed.
To the point!! Liked it 🤩
Very helpful. Thank you so much.
Super bro 🎉🎉🎉🎉🎉
Thank you for this video, it's helpful!
Damn! You’re a life saver!!
Thanks mate! To-the-point tutorial that was very helpful.
Thank you for this.. Subscribing now... 😻
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.
Thanks man , it was of huge help
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
Oh man, that saved me, god bless u
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.
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?
thank you bro, simple and functional!
Actually a good video!
thanks. straight to the point 💯
Thank you so much i got it now
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.
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?
how about if the project has a back end how would can you do that ?
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
Sou brasileiro e esse vídeo me ajudou muito, obrigado!
Dude u saved me, thanks a lot
it worked? for me its just showing a blank site at the end.
Thank u so much ☺
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
Nice tutorial, thanks for posting it.
Thank you mate!
Is this works for hostinger deploy too?
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.
Thank you so much. 😊
mine just shows a blank page please help
same
Thank you for this! omg
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?
awesome thanks sir
you are awsome dude
netlify its not take a vite proxy what we do?
i have done the same thing but it gives me a blank website
please help me
thank you. im working on my portfolio and would like my project sites to be online.
Thanks bro👍👍
Obrigado, amigo! Você explica muito bem!
thank you so much brother
hi, good video. but i want to upload my react js vite to ubuntu server, can you help me ?
Thank you!
great tutorial, thanks
Super helpful
bruh you saved my ass thank you so much
Thanku so much
very helpful thankssss
it worked? for me its just showing a blank site at the end.
Muchas gracias...
Local Images not showing there
nice, ty bro a lot, so ez
thanks, bro!!!!!!!!
thank you so much
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...
Thank you
Thanks! Man
Thanks man
You bi genius
ty mate
thanks!!!
Thanks
THANKS
nice
thanks
hii
Really useful. Thanks!
it worked? for me its just showing a blank site at the end.