What is nodemon?
"Simple monitor script for use during development of a Node.js app."
nodemon is used to facilitate high-performance Node.js workflows. It provides a slim footprint of 213.4 KB on disk.
Installation Guide
# Install via NPM
npm install nodemon
# Install via Yarn
yarn add nodemon