Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/naupaw/pm2-panel
pm2 web UI management write in reactjs
https://github.com/naupaw/pm2-panel
pm2 pm2-ui pm2-web
Last synced: 30 days ago
JSON representation
pm2 web UI management write in reactjs
- Host: GitHub
- URL: https://github.com/naupaw/pm2-panel
- Owner: naupaw
- License: mit
- Created: 2020-08-03T09:22:11.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-08-04T05:45:27.000Z (over 4 years ago)
- Last Synced: 2024-11-02T16:03:47.104Z (about 1 month ago)
- Topics: pm2, pm2-ui, pm2-web
- Language: TypeScript
- Homepage:
- Size: 402 KB
- Stars: 10
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- oss - pm2-panel - Simple pm2 monitoring built in React and next.js - React, Next.js (Open Source Project / App)
README
# pm2 panel
Simple pm2 management panel made with [next.js](https://github.com/vercel/next.js)
![screenshot](docs/screenshot.jpg)
## Installation
Clone this repository and build the package
```
git clone https://github.com/pedox/pm2-panel
yarn build
```To start application run this command, and application will served at http://localhost:3000
```
yarn start
```