Skip to content

Commit

Permalink
docs(previewing): adding instruction about "ionic serve --external" (#…
Browse files Browse the repository at this point in the history
…3045)

Co-authored-by: Maria Hutt <[email protected]>
  • Loading branch information
ashfaqhaq and thetaPC authored Aug 2, 2023
1 parent dc465d5 commit 6c5b117
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/developing/previewing.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand Down

1 comment on commit 6c5b117

@vercel
Copy link

@vercel vercel bot commented on 6c5b117 Aug 2, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

ionic-docs – ./

ionic-docs-git-main-ionic1.vercel.app
ionic-docs-ionic1.vercel.app
ionic-docs-gqykycf8t.vercel.app

Please sign in to comment.