PM2 — Use NPM to Start Your App
NPM as a package manager provides a lot capabilities outside the actual dependency management. You can leverage a built-in functionality to run scripts which enables the use case of NPM as a build tool. Further, you can define a script within your package.json file that executes various tasks before …
Continue Reading