Created by: dscanlan
This is a continuation for PR #5926
Testing a newly created PWA app currently scores low on the lighthouse test from google. With CRA doing a great job of scaffolding, these changes makes creating a PWA straight out of the box more straight forward.
Things to do for template and template-typescript:
- add two images and updates the manifest.json file
- add a robots.txt file
- update the index.html file to add
<meta name="description" content="Web site created using create-react-app">
<link rel="apple-touch-icon" href="logo192.png">
Comments Resolved:
- removed
<main>
- added comment in robots.txt
- ran images through tinypng