Skip to content

Instantly share code, notes, and snippets.

@tomysmile
Last active October 18, 2015 15:39
Show Gist options
  • Save tomysmile/7435a0f675f6ba7bd071 to your computer and use it in GitHub Desktop.
Save tomysmile/7435a0f675f6ba7bd071 to your computer and use it in GitHub Desktop.
Ionic: Listen to specific port and address

Makes Ionic server listen to all connection:

$ ionic serve -a

Ionic server listen to specific port:

$ ionic serve -p 8101
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment