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