Manage your Node.js applications
Start the example with:
cd example/manager
yarn run start # or start:prod
or to start the app manager itself also with PM2:
cd example/manager
pm2 start ./pm2.example.config.js # or ./pm2.example-prod.config .js
This app is licensed under The GNU Affero General Public License.