0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

【React/Vite】テザリングしたスマホでViteのアプリケーションを確認する。

Posted at

目的

レスポンシブ対応などでスマホでのWebアプリケーションの動作確認をしたい。
テザリングでスマホとPCを同一ネットワークにしてスマホからPCのlocalhostにアクセスする。

コマンド

ダメだったコマンド

他の記事で見かけた以下のコマンドだとダメだった。
npm run dev --host

成功したコマンド

以下のコマンドでできた。

npm run dev -- --host

image.png
Localhostとは別に他端末アクセス用のIP指定のURLも開いている。
これをスマホ側のブラウザに打ち込むことでアクセスができる。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?