lzientek / project-launcher

Small app that allow to start multiple microservice at a time

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Launcher

helps launching projects

Installation

yarn install

Usage

In order to run this project 2 scripts will need to be executed dev:react and dev:electron, run each one in a different terminal and always run dev:react before dev:electron, or dev to run them in order automatically

npm run dev:react
npm run dev:electron

or

npm run dev

Packaging

To generate a project package run package

npm run package

Contributing

Pull requests are always welcome 😃.

License

MIT

About

Small app that allow to start multiple microservice at a time


Languages

Language:TypeScript 83.5%Language:JavaScript 14.9%Language:HTML 1.7%