I can`t leave "ionic serve mode" on terminal

Hi!

I’m implementing the step by step example from Ionic’s guide and I just ran “ionic serve”. This process seems to “lock” the terminal. How can I exit it?

Thanks!

use the keyboard command: ctrl+c

3 Likes

You should keep one terminal on running serve and use other one to build and run,
But like @irfaan said, ctrl c to exit

1 Like

Damn… I was trying command c! Thank you both.

1 Like