So when I have a project created using create-react-app and I want to see it live, I type npm start in the terminal. So far so good.
But what is happening when I forget to do ctrl c before shutting the terminal? Does start or whatever is going on keep running forever? How do I shut it off once I closed the terminal window?