As in the commentary mentioned Nodemon is what you are looking for.
Solution
Install Nodemon
npm install nodemon -g
- the flag - g will install nodemon globally in your system path so you can use it for all of your projects
Start Project
nodemon index.js
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…