zipadee icon indicating copy to clipboard operation
zipadee copied to clipboard

A web app for viewing/editing the contents of a ZIP file

Development

Run vercel dev to start serving the app.

Deployment

Run vercel --target production to deploy the app via Vercel.

Bundle Analysis

  1. npm -g install webpack-bundle-analyzer
  2. yarn run --silent webpack --profile --json > stats.json
  3. webpack-bundle-analyzer stats.json

Credits