Skip to content

hubgit/zipadee

Repository files navigation

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