私の環境だよ
macOS mojave 10.14.3
マニュアル読むよ
Monaca Localkit編
概要
https://docs.monaca.io/ja/products_guide/monaca_localkit/overview/
ふむふむ
ペアリングとデバッグ
https://docs.monaca.io/ja/products_guide/monaca_localkit/pairing_debugging/
LANの設定が厳しいみたで繋がらない。まあいいや。
### ファイル・フォルダー構成
https://docs.monaca.io/ja/products_guide/monaca_localkit/dependencies/file_dir/
ふむふむ
チュートリアル
https://docs.monaca.io/ja/products_guide/monaca_localkit/tutorial/
ふむふむ
#### パート 1 : プロジェクトの作成
https://docs.monaca.io/ja/tutorials/monaca_localkit/starting_project/
ふむふむ
パート 2 : Monaca Localkit と Monaca デバッガーとの連携
https://docs.monaca.io/ja/tutorials/monaca_localkit/testing_debugging/
ふむふむ
とりあえずここまで読んだ。
Monaca CLI編
概要
https://docs.monaca.io/ja/products_guide/monaca_cli/overview/
ふむふむ
チュートリアル
https://docs.monaca.io/ja/products_guide/monaca_cli/tutorial/
ふむふむ
パート 1 : プロジェクトの作成
$ monaca create PROJECT_DIRECTORY
「PROJECT_DIRECTORY」このまま打って無事「PROJECT_DIRECTORY」フォルダができた。
まあいいや。次。
パート 2 : Monaca CLI と Monaca デバッガーとの連携
https://docs.monaca.io/ja/tutorials/monaca_cli/testing_debugging/
ペアリングに失敗した。
ローカル PC 側のファイアーウォールを無効化していること。
とあったので、オフにした結果、繋がった。
ちなみにマカフィーが有効にしていた。
Please run "npm install nw@0.26.6" and restart the debug.
と言われるけど、とりあえず無視。
とりあえずここまで読んだ。