Ionic framework - command 'ionic serve' returns 'multiple addresses available'

First time ionic (and stackoverflow) user here.

I created a new project.

Now, I'm trying to view it in chrome via a local webserver by running the command 'ionic serve.'

I get a prompt that says:

Multiple addresses available.

Please select which address to use by entering its number from the list below:
 1) [IP address]
 2) localhost
Address Selection:

I can't seem to find what to enter for 'Address Selection.' Would it be my own local IP address?

Also, when I listed [IP address], I mean it was literally my local IP address.

Enter the option 1 or 2 value to run in browser

If you choose localhost that will run locally and not be available outside of your machine. Choose the other IP to expose this service to the local network if you wish.