Stop ionic serve

Hi,

I startet ionic serve with grunt-bg-shell on my dev-project - it works fine.
Now when I want to run ionic serve on my prod-project it doesn´t work because of the server is still running with my dev-project. Is it possible to stop the server by a command?

bye

Would a ps+grep+kill work? What if you made a pid file?

1 Like

Okay thank you, this works fine.