Desktop App for optimize images (use Electron.js)
Clone this repository locally :
git clone
Install dependencies with npm :
npm install
Run for production :
npm start
Run for develop (with nodemon) :
npm run dev
Build release :
npm run package-mac
npm run package-win
npm run package-linux