-
- find PID of running port => netstat -ano | findstr :3000 (in gitbash)
- check PID i.e number in front of word LISTENING
- close it ( write this ans in terminal powershell, not in gitbash) ans => taskkill /PID 15824 /F
- example ~/Desktop/pinterest (master) $ netstat -ano | findstr :3000 TCP 0.0.0.0:3000 0.0.0.0:0 LISTENING 15824 TCP [::]:3000 [::]:0 LISTENING 15824 TCP [::1]:62585 [::1]:3000 TIME_WAIT 0
ans=> npm start or nodemon
project video = mauli_build.mp4