Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 387 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 387 Bytes

node-app-manager

Manage your Node.js applications

Example

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

License

This app is licensed under The GNU Affero General Public License.