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