npm start
command. Open a terminal instance in VS Code with Cmd/Ctrl + `. Make sure that you are in the right project ("start" or "solution") and run npm start
lsof -i tcp:3000
kill <process id>
netstat -ano | findstr :3000
taskkill /PID typeyourPIDhere /F