We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc465d5 commit 6c5b117Copy full SHA for 6c5b117
docs/developing/previewing.md
@@ -38,6 +38,12 @@ $ ionic serve
38
39
With `ionic serve` running, continue developing your app. As you save changes, the app reloads with those changes applied.
40
41
+:::note
42
+
43
+If the external link isn't listed on the terminal, then run `ionic serve --external` to generate it.
44
45
+:::
46
47
When implementing native functionality, use [Platform Detection](../core-concepts/cross-platform.md).
48
When you're ready to test on a real device, see here for [iOS](ios.md) and [Android](android.md).
49
0 commit comments