An open API service indexing awesome lists of open source software.

https://github.com/artcodestudio/node-app-manager

Manage your Node.js applications
https://github.com/artcodestudio/node-app-manager

Last synced: 12 months ago
JSON representation

Manage your Node.js applications

Awesome Lists containing this project

README

          

# node-app-manager
Manage your Node.js applications

# Example

Start the example with:

```sh
cd example/manager
yarn run start # or start:prod
```

or to start the app manager itself also with PM2:

```sh
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](LICENSE).