Simple starting point

Hi!

Iam a beginner in Ionic 3.
I made a template app and added one button which redirect to another page. All page changes work.
My question is when I test it (ionic serve) and i see the localhost url:

when start the app: http://localhost:8100/
click the button (go page1): http://localhost:8100/#/page1
go back from page1: http://localhost:8100/#/page1

Is this normal?