KoryNunn / consortium

Basic process manager to make developing a graph of services locally easier.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Consortium

WARNING

This app straightup child_process.exec/spawn's stuff on your machine.

DO NOT EXPOSE IT PUBLICLY.

What

Basic process manager to make developing a graph of services locally easier.

A screenshot of consortium, making this alt-text pretty damn pointless

Usage

Install

npm i

Run it:

npm run build

npm start

Develop it:

// In the first terminal
npm start

// In the second terminal
npm run watch

Client assets will rebuild when changed

The server will need a restart after changes.

About

Basic process manager to make developing a graph of services locally easier.


Languages

Language:JavaScript 88.6%Language:CSS 10.7%Language:HTML 0.8%