Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 257 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 257 Bytes

PWA Dashboard

Steps to run development build

  1. npm install
  2. npm start

Steps to run production build

  1. npm install
  2. npm run build
  3. npm run serve

Steps to analyze production build

  1. npm install
  2. npm run build:analyze