Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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
```