Skip to content

Instantly share code, notes, and snippets.

@orahul1
Last active January 24, 2020 06:02
Show Gist options
  • Select an option

  • Save orahul1/aba2cfc578c3f5fae8310b3f6e749099 to your computer and use it in GitHub Desktop.

Select an option

Save orahul1/aba2cfc578c3f5fae8310b3f6e749099 to your computer and use it in GitHub Desktop.
1. ng serve --host <local ip address>
2. Find local ip address by following
windows => cmd => ipconfig => IPv4 Address
mac and linux => terminal => ifconfig | grep inet => inet adderss
3. Navigate to <local ip adress>:4200 from any device on the same network.
@orahul1
Copy link
Author

orahul1 commented Jan 24, 2020

alt text

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment