npm-restart
runs stop, restart, and start scripts
TLDR
Restart application
$ npm restart
SYNOPSIS
npm restart [args...]
DESCRIPTION
npm restart runs stop, restart, and start scripts. Executes prerestart, restart, postrestart lifecycle scripts. Useful for restarting server applications defined in package.json.
