[4行] 静的サイトをローカルホスティングして他のデバイスからアクセスする
npmは入っている前提
静的サイトにおけるieやスマホなど別のデバイス(実機/vm)での挙動を確かめたい場合
$ cd workspace # 静的サイトの所在に移動
$ npm init -y # package.jsonの生成
$ npm install --save local-web-server # nodeパッケージをローカルインストール
$ npx ws --spa index.html # htmlをホスティング
# -> Listening on http://xxxx.local:8000, http://127.0.0.1:8000, http://172.20.10.6:8000
同じネットワーク上にあるなら上記の例でいうとhttp://172.20.10.6:8000
でアクセスできる
以上。
Author And Source
この問題について([4行] 静的サイトをローカルホスティングして他のデバイスからアクセスする), 我々は、より多くの情報をここで見つけました https://qiita.com/lilpacy/items/07d63c8829ffb4d088f7著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .