Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 626 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 626 Bytes

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