Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eseom/pm2web
a web based PM2 management server.
https://github.com/eseom/pm2web
hapijs pm2 react ssr typescript
Last synced: 3 days ago
JSON representation
a web based PM2 management server.
- Host: GitHub
- URL: https://github.com/eseom/pm2web
- Owner: eseom
- Created: 2017-02-20T10:29:20.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-27T04:04:20.000Z (over 7 years ago)
- Last Synced: 2024-11-01T05:26:46.018Z (about 2 months ago)
- Topics: hapijs, pm2, react, ssr, typescript
- Language: TypeScript
- Homepage:
- Size: 95.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# overview
base codes for a web based PM2 management server.
# features
* typescript
* hapijs
* react
* server side rendering# development
```
git clone https://github.com/eseom/pm2web
cd pm2web
yarn
yarn dev
open http://localhost:3000
```# production build
```
git clone https://github.com/eseom/pm2web
cd pm2web
yarn
yarn build
yarn start
open http://localhost:3000
```