Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 269 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 269 Bytes

pm2 electron app

minimal electron application with pm2 integration

# Clone this repository
git clone https://github.com/ca333/pm2_electron_app
# Go into the repository
cd pm2_electron_app
# Install dependencies (pm2)
npm install
# Run the app
npm start