Course / Level 7: Building With Real Tools / Lesson 14
Stopping and restarting.
Lesson 14 · Building With Real Tools · Zero to AI Hero by Meegrow Labs
Pressing Ctrl-C in the terminal stops your running Node.js server; you restart it by running the node command again, which is the standard edit-stop-restart cycle.