diff --git a/docs/developing/previewing.md b/docs/developing/previewing.md index 6c558d2d5de..d3e3e513fa5 100644 --- a/docs/developing/previewing.md +++ b/docs/developing/previewing.md @@ -38,6 +38,12 @@ $ ionic serve With `ionic serve` running, continue developing your app. As you save changes, the app reloads with those changes applied. +:::note + +If the external link isn't listed on the terminal, then run `ionic serve --external` to generate it. + +::: + When implementing native functionality, use [Platform Detection](../core-concepts/cross-platform.md). When you're ready to test on a real device, see here for [iOS](ios.md) and [Android](android.md).