An app for generating PWA apps.
To work on the application locally:
npm start
Navigate to localhost:1234 in your web browser.
Both build commands compile to the dist directory.
Compile a development build without optimization.
npm run build:staging
Compile an optimized production build.
npm run build