-1

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?

Lin Du
  • 88,126
  • 95
  • 281
  • 483

1 Answers1

0

Try: ionic serve --no-livereload

rzp
  • 165
  • 2
  • 17