Skip to content

tripolskypetr/pwabuildserver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pwabuildserver

An easy-configurable CI/CD for PWA

Usage

npm install -g pwabuildserver
pwabuildserver # in the project directory

How to

This tool will automatically run npm run build shell command in the current directory when received GET request to http://127.0.0.1:255/build. Also, logs of last execution available on http://127.0.0.1:255/logs. The next npm run build is not starting until previous is finished or failed. Build process stdout and stderr are duplicated to current shell and webbrowser both

Made expecially for PM2 and https://github.com/pwalauncher