0

I am wondering if there is a way to check website responsiveness without uploading my code to a host site. I have all of my files and code in VSCODE and I have tested it out through shrinking the browser etc but I actually want to see my site on different devices before I upload my code. Because everything is local to my device I can't think of an easy way to do this without actually uploading everything? Any ideas?

Mamdlv
  • 540
  • 8
  • 23

1 Answers1

1

Note: I assume that you already have the Live Server extension installed in your vscode IDE and you are able to open your website on the web browser on the same computer

There's an extension for vs code called MobileView You can check your local websites as well as global ones just copy and paste there the website link. But it is limited just to three mobile devices (iphone X, 8 and google pixel). You can open all three previews at the same time in different tabs.

But it additionally allows you to check how your site's design will fit to the phones real exterior (its color and shapes).

And of course you can open your website on the real mobile phone if your vscode computer and the mobile phone are on the same wifi network.

Faig
  • 33
  • 10