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