Skip to content

Commit f5f4460

Browse files
authored
Add a link to PWA instructions
1 parent dc6edce commit f5f4460

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

packages/react-scripts/template/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ You can find the most recent version of this guide [here](https://github.com/fac
4343
- [Disabling jsdom](#disabling-jsdom)
4444
- [Experimental Snapshot Testing](#experimental-snapshot-testing)
4545
- [Developing Components in Isolation](#developing-components-in-isolation)
46+
- [Making a Progressive Web App](#making-a-progressive-web-app)
4647
- [Deployment](#deployment)
4748
- [Building for Relative Paths](#building-for-relative-paths)
4849
- [GitHub Pages](#github-pages)
@@ -921,6 +922,10 @@ Learn more about React Storybook:
921922
* [Documentation](https://getstorybook.io/docs)
922923
* [Snapshot Testing](https://github.com/kadirahq/storyshots) with React Storybook
923924
925+
## Making a Progressive Web App
926+
927+
You can turn your React app into a [Progressive Web App](https://developers.google.com/web/progressive-web-apps/) by following the steps in [this repository](https://github.com/jeffposnick/create-react-pwa).
928+
924929
## Deployment
925930
926931
## Building for Relative Paths

0 commit comments

Comments
 (0)