When I generate a new folder in the ionic app, I call ionic serve, but it shows me localhost:8100/tab1/tab1
. Then I delete tab1/tab1
and write /myApp/myApp
, but LiveReload again shows me localhost:8100
, I tried, again and again, to write the path to my project, but it shows me again and again localhost:8100
. What can I do?
Asked
Active
Viewed 27 times
-1

Lin Du
- 88,126
- 95
- 281
- 483
1 Answers
0
Try: ionic serve --no-livereload

rzp
- 165
- 2
- 17
-
Thank's! It very help to me – Janara Tolonbaeva Dec 11 '19 at 13:17