I love your straightforward approach to explaining the content, some people seem to be more interested in speaking than teaching. Great job. Thank you!!
@voidtracer2397 Жыл бұрын
This right here might be one of the most handy video I've seen so far as a junior. Thanks!!
@2u841r9 ай бұрын
in vite, you should write npm run dev -- --host (instead of only npm run dev, add double hyphen space then --host ) so you can visit in mobile / local network.
@I.Love.Kishka3 ай бұрын
just to clarify for others since this took me a bit to figure out, the full line of code to run is: npm run dev -- --host you need the double hyphens twice, otherwise it won't show you the IP.
@ahmad-g-mustafa2 ай бұрын
@@I.Love.Kishka thanks, this is so correct npm run dev -- --host (double hyphens twice)
@anupkhismatrao9280Ай бұрын
What to do if we want to test the complete application? I am able to access the vite frontend, but when i try to use functionality like Login in vite application which makes use of express backend for api I am not able to do this function.
@sinskiyy7 күн бұрын
thank you so much, it worked
@SurajSingh-hl3gc Жыл бұрын
I've been scratching my head for days to put website on my local network. Thank you so much for this video.
@glitchinLife Жыл бұрын
This is THE MOST useful tutorial on KZbin. Period
@DominicNweze2 жыл бұрын
I've been looking for how to do this for months. Cause mine always showed that error. God bless you lady. 😘 Many people dont even bother teaching their viewers how tondo it asif they dont know that people are beginners in all these. Tech things. Thanks. Now I can share my site for testing with my friends.
@santosh_rawat Жыл бұрын
The one who is facing same problem after all the steps... Maybe your wifi network is selected as public network in wifi settings , change it to private It worked for me ✨️
@danhargsten90244 ай бұрын
Holy shit, thank you! No one mentioned this, and it was driving me crazy. Working fine now!
@rockstarboy83392 ай бұрын
Thank you 😂
@ifroxxx1226Ай бұрын
thank you!!!
@lakhaidir928426 күн бұрын
where did you change it? is it on pc or phone?
@samadeniji2 жыл бұрын
Wow!!!! This is super helpful. Thank you! I love the fact that I can see my website in real-time on my MacBook, iPad and iPhone. I also love that I don't have to refresh to see the changes. Subscribed.
@bassfishin912 жыл бұрын
I use ngrok for all my testing. Great way as well!
@hugo-onzakorderra88512 жыл бұрын
Ngrok much love
@goldentertainment23352 жыл бұрын
Ya it much simple and we can use it on outside of the home network
@lemmynjaria20152 жыл бұрын
Me three!!
@otpsalman71132 жыл бұрын
yes! but just for testing purpose it's the best method
@royhyde88422 жыл бұрын
Yap Ngrok is really amazing.
@iamabishekbaiju3 ай бұрын
In Vite, you can add the following and when running npm run dev, it will show the localhost as well as local network address: export default defineConfig({ plugins: [react()], server: { host: true, }, });
@003_mdazamalam.212 күн бұрын
Thanks dude, your comment really helps me
@peteremad52282 жыл бұрын
i had the "this site is unreachable " problem and i searched the internet and i couldn't find any solution ...that was really helpfull vedio for me thanks
@wayneswildworld2 жыл бұрын
There are people downloading sketchy and not super secure softwares. In order to do this, excellent video!
@TheCoderCoder2 жыл бұрын
Thanks for watching!
@fuzzy-02 Жыл бұрын
I already studied all of this in a networking course, but I somehow forgot it all. Watching your video when I was wondering about how to answer this specific question, I felt kinda stupid because of how obvious it is for someone who should supposedly know how networks work... Thank you
@personalgamedevyt98302 жыл бұрын
Wow, really simple but very very useful. Thank you for the clear, concise explanation.
@lyraasim46772 жыл бұрын
My Number 1 inspiration here in youtube. Hoping to be just like you in the future :) sending love from Philippines.
@pazir_r Жыл бұрын
wow, with another pc, laptop, tablet, smart phone. You are amazing! Thank you!
@CarlosMagnoBG3 ай бұрын
Awesome, thank you very much, I needed videos like these to help me with my problem to know if my application will work well on my cell phone. A big hug, I'm really enjoying your channel.
@nichobeastmode8361 Жыл бұрын
thanks to this, I was able to get my website looking perfect for mobile devices in no time! This trick was a life saver.
@mattlaws61572 жыл бұрын
Great timing Coder Coder. I was going to research a solution for this problem. You’ve saved me lots of time. Thanks for sharing.
@megapet777Ай бұрын
Cool tutorial. Sadly I didn't get it to work even after changing firewall settings.
@lorenorzoroderpiratenjager416214 күн бұрын
you have to make your wlan network connection "privat". Your connection is probaby on "public".
@darianzuvic53902 жыл бұрын
Amazing content, very concise and perfectly clear.
@ogunleyeazeez5952 Жыл бұрын
It is very concise
@maheshshanbhag7392 Жыл бұрын
When I enter ip address with port number the browser didn’t show anything it just reloads Please help
@duncan512 жыл бұрын
Nicely done! This was super helpful. Cool Steam Deck btw!
@zakariyyamulla66352 жыл бұрын
thanks to you ma'am now I can test my website in my phone I was trying same procedure before but unable to get any results because of errors you mentioned but I followed your instructions and bravo I got it
@X3ro1-012 жыл бұрын
Thank you very very much for this little hack because it helps so much. My browser side of mobile development was not actually showing me how the website would look on a smaller screen. Now I can see it without deploying on both of my screens on an android and an iPhone thank you so much.
@TinyMaths Жыл бұрын
Thank you this is a great solution that I've only found out about recently. I tried to use virtual android but my PC isn't that powerful enough so the vitual phone tends to hang. Now this method is so much faster using my own phone to view the apps I'm trying to format for mobile.
@ideguchiАй бұрын
excellent content and format, I loved watching it.
@anupkhismatrao9280Ай бұрын
What to do if we want to test the complete application? I am able to access the vite frontend, but when i try to use functionality like Login in vite application which makes use of express backend for api I am not able to do this function.
@Mr.Yaqoobi5 ай бұрын
Thank you so much for this amazing video! It was incredibly helpful and made everything so much clearer. Your explanations are always on point. Keep up the great work!
@programingworld5183 Жыл бұрын
Thank You for uploading this video. It saves my life in web development
@vilashvarghese9942 Жыл бұрын
The new VS Code port forwarding feature should be able to address this problem during development phase itself.
@shubhamkumar-di5si11 ай бұрын
it still showing this site can't be reached. i don't know where am i making mistake
@AI_Nexus3910 ай бұрын
Same😢
@pepperdayjackpac45213 ай бұрын
for me, I had to get into my network settings and made sure that my Network profile type was private instead of public
@djlclopez1288 ай бұрын
Thank you for this tutorial, this was the first time I did this! Note for anyone using their phone as a hotspot: it doesn't work if you tey to load the website on the same phone you are using as your internet source. But! I am still learning so maybe it is possible somehow? You have to have your computer and phone both connected to the same wifi source.
@Escalator09212 жыл бұрын
What the!!! It worked!!!!.... You just made my life a whole lot easier...
@PicyPoe2 жыл бұрын
Finally you are back!
@abagatelle Жыл бұрын
Very helpful, works a treat on iPhone and iPad with VSCode running in Linux on an ancient old laptop. Thanks very much!
@CarlaLopez-hw4kj Жыл бұрын
how did you do it for mac? i used ipconfig getifaddr en0 and then opened the ip adress on phone/ipad and it isnt working
@archiem63232 жыл бұрын
🤠 You are always bringing great content!😃 Jessica the greatest!!!🥳🥳💛💛
@olopadev63062 жыл бұрын
wow, amazing... You are always bringing great content! Thanks!!!
@privateuser0472 жыл бұрын
Always comes up with great content. Just cool stuffs. 😎
@prakritimukherjee65628 ай бұрын
I am learning coding...And this was so helpful. Thank you so much. Super useful!!!
@garudacasasena5736 Жыл бұрын
OMG I REALY NEED THIS AND IT'S WORK THANK YOU FOR THIS INFO,APPRECIATE IT
@kasumbaemmanuel93362 жыл бұрын
How about if I use my phone for hotspot
@lauris5275 Жыл бұрын
I been learning for quite some time. And didnt know that you can connect with phone that easy... Ty. xD
@justamongus75412 жыл бұрын
Good to see your beautiful face my girl is getting on pace 🤩.keep posting more frequently.
@NK-hv9zt Жыл бұрын
Amazing information which hardly anyone was knowing
@matthiasdennerlein381711 ай бұрын
Thank you. Its so usefull. I wished me that in my last editor and was very blessed when I saw it right now. Pretty cool. Last but not least I am a big Fan of your funny faces. You are awesome. Peace & Love from Germany.
@SuryakantYadav-m7oАй бұрын
havent seen a more important video, thanks
@leticiaqueirozcarvalho2367 Жыл бұрын
Amazing, thank you! Very straight forward and well explained.
@pepperdayjackpac45213 ай бұрын
This was amazingly useful, thank god.
@iamsachin6192 жыл бұрын
Thankyou for such a good explanation, this eill come very useful for most of web devs. Also you are look so cute!
@electricity27035 ай бұрын
One of the best useful tutorial I have ever seen. Thank you 🙂
@mohamedh.guelleh6302 жыл бұрын
How did you get the monitor scroll when scrolling on your phone 0:03 ?
@timothypsina6 ай бұрын
Using her mouse scroll 😮
@anisdz66182 жыл бұрын
Thanks a lot, really appreciate all the hard work you put in these lessons. Clear and straight to the point
@ashwniuikey6782 жыл бұрын
Hello i am Web developer I have a 5 years experience in wordpress, node js, React js development
@tiktaktictac2 жыл бұрын
This doesn't work for me. My phone just loads from 3 minutes then said "Connection timed out". I'm on Windows, using Vite instead of Live Server.
@Truthseeker_12638 Жыл бұрын
Same
@BonesD23 Жыл бұрын
I been using the Live Server For I while, and I never thought on testing this way, Well thanks for the information.
@mujupaul5 ай бұрын
Please, there's a cool animation on your website I would really like to learn. That unicorn throwing some stars.
@MichaelShingo Жыл бұрын
works amazing, thanks helped me troubleshoot my mobile layout
@raghavsinghal640910 ай бұрын
I had been trying it so many time but this doesn't qork and didn't open anything
@jnkjdjkl56564 ай бұрын
you saved me from a lot of struggle thanks a lot
@randomweins4894 Жыл бұрын
Super Simple Dev, cool works!👍
@growingheartstories8 ай бұрын
Can you show how to do that for ReactJS web apps?
@hemantsharmachannel Жыл бұрын
you got a new suscriber , your trick was amazing
@ryostyles9904 Жыл бұрын
For MERN stack app on mobile with full working functionality of both backend and frontend: First connect phone and laptop to same wifi, then find ipv4 address of laptop, run all backend api and context api on that ip adress. Type in same ip address in phone to be able to use the functionalities of the app on phone.
@hariharans8686 Жыл бұрын
It's not working on my mobile phone any solutions? please tell me
@joshuaberrios2 жыл бұрын
Wow! This is a life-saving tutorial. Thank you so much for producing this video.
@Samuel01477 Жыл бұрын
@dheerajEdits same here, it refuses to show my images even after getting the whole images into the same HTML File, i'm stuck
@nnivxix Жыл бұрын
04:37 thank you very much, now i can access my localhost on my Android.
@ayushgupta137 Жыл бұрын
Really i was in urgent need of the same thing and this video completely helped me. Thank you so much for this video.
@davidgaiakano9747 Жыл бұрын
Thanks for the helpful tip for finding the ip address to use to connect with my phone. I wasn't sure it was going to work, because my laptop is on a hotspot on the same phone I wanted to use, but it did!
@itsfoss52682 жыл бұрын
Had really missed you Coder coder
@animaxlotoffunanime91179 ай бұрын
Thanks for help ❤❤❤
@priyam8572 жыл бұрын
Glad you posted something today, I was taken aback because Twitter is being shutting down. Twitter is a... website
@andyl992011 ай бұрын
This is awesome. Thank you. Btw ur Responsive webpage course is closed for enrolling. Is there anyway I can get to your Basic Course?
@kishoreandra2 жыл бұрын
Thanks Jess, A react app when run by npm start or npm dev start or w/e it shows the address On Your Network, copy paste enjoy
@cutecode3242 жыл бұрын
Wow Amazing, Thank you for sharing Coder
@ivikiwi06 Жыл бұрын
you saved me with your windows firewall tip. Thank you very much!
@aariskazi90022 жыл бұрын
Well there is an option in live server you have to enable it so you can perform local network changes and check in your phone
@ninjanithin9048 Жыл бұрын
It's my first time on your channel , I like your video and i new to you
@chivicks_hazard Жыл бұрын
I thank God I'm seeing this video. I'm gonna give this channel a subscribe
@open-container5502 жыл бұрын
Super cool! Such an amazing content
@Abinbn Жыл бұрын
Thank you verymuch , i spend many days checking for the way to view in my device without downloading the whole code
@MrSimombo Жыл бұрын
On Mac and with an iPhone I can only get this to work if my iPhone has hotspot sharing enabled and both devices use my phones hotspot for wifi. If you can't get it working for iPhone and Mac, try that approach.
@joweldas1829 Жыл бұрын
this is very helpful video that i was looking for many times ❤
@suvrotica2 жыл бұрын
This was very helpful. You are really doing it right. Thanks a whole bunch.
@KiranRai10158 Жыл бұрын
I don't know why but it's not working on my side, I have followed all the steps that you have mentioned in the video it still says, can't reach the network. I am using windows 11.
@drixares3569 Жыл бұрын
I'm on w11 and it doesn't work too, same problem...
@mangos489 Жыл бұрын
@@Nixv_01 @drixares3569 @KiranRai10158 Hi, Make sure to do the following at any point of the video. Enter Windows Settings and follow this path. Network & Internet> Wifi> (Your wifi Network) You should find a section within this page titled (Your wifi network) properties. Within this page you will have to look at a section titled network profile type. Under this you should find the option to choose between a public or private network. Choose private network. Follow the steps she showed within the video and you should be able to connect to your website through your mobile device. Why does this work? This works because the rule she is creating in windows defender is applied to networks under the class of private. By default most home networks are set to public. So if you are following her instructions to the T, you will be applying rules to the private network class despite your own being under the public class, hence seeing no change.
@clayzz56952 жыл бұрын
This is legit, thanks! didn't found any issues yet 👌
@shadmanrashid99912 жыл бұрын
thanks sis ... i was looking for this for a long time...
@iamashleymscott2 жыл бұрын
OMG thank you so much as this is such a need and a game changer for me. You just got a new follower ❤❤❤❤
@TheCoderCoder2 жыл бұрын
Glad it helped you!
@horizon6309 Жыл бұрын
Thank you for this. This will really come in handy for me.
@PranjalChaurasiya-z1e5 ай бұрын
Hey thanks for this detailed content. Helpful for me.
@constantine9074 Жыл бұрын
Ive benn passing your videoes but this one made me to hit subscribe thanks
@balajin6973 Жыл бұрын
your vscode theme looks cool!!!!. what's the name of your theme extension?
@allediting9180 Жыл бұрын
Git hub extension i think
@TheCoderCoder Жыл бұрын
Coder Coder Dark, should be linked in my video description!
@domkh65742 жыл бұрын
your theme so amazing. what theme name?
@ganeshdandale8301 Жыл бұрын
It worked, thank you for such useful content
@alliolarinde52522 жыл бұрын
wow, Amazing, it actually works, great job
@travisScottFan34 ай бұрын
Why tutorials always don't work for me
@mdkawsarislamyeasin40402 жыл бұрын
Wow amazing, I need to know this. I searched for this kind of video some days ago.
@progmell Жыл бұрын
Thank u so much, It was completely easy to follow those instructions.
@community77572 жыл бұрын
Hi Coder Coder! In your website you say you were launching a course in Spring 2022. I was waiting for it since the beginning of the year. Are you going to launch it at any time? Thanks :)
@TheCoderCoder2 жыл бұрын
Sorry, I'm still working on it, but I think realistically it will be released in 2023!
@samsiddique47512 жыл бұрын
@@TheCoderCoder what about responsive design course?
@TheCoderCoder2 жыл бұрын
@@samsiddique4751 That's the responsive design course that I am talking about