Skip to content

hubgit/zipadee

Folders and files

NameName
Last commit message
Last commit date

Latest commit

dc04af6 · Jul 19, 2022

History

70 Commits
Oct 1, 2020
Jul 19, 2022
Jul 19, 2022
Jul 25, 2019
Aug 29, 2020
Sep 24, 2019
Jul 31, 2019
Oct 6, 2021
May 27, 2022
Aug 29, 2020
Oct 6, 2021
Oct 6, 2021
May 27, 2022

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