Created by: dstroot
The project has done great work to create a progressive web app - however if you scaffold an app and deploy it "as is" you score low on the lighthouse test from Google. Why not make it awesome from the start! I know people have to change these files to make the app their own, but we should give them the best possible start. (of course they need to enable the service worker too).
I needed to:
- add two images and tweak the
manifest.json
file - add a
robots.txt
file - tweak the
index.html
file to add<meta name="description" content="Web site created using create-react-app">
That's it! BOOM 100%!