PWA Dashboard Steps to run development build npm install npm start Steps to run production build npm install npm run build npm run serve Steps to analyze production build npm install npm run build:analyze