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