You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[Developing Components in Isolation](#developing-components-in-isolation)
46
+
-[Making a Progressive Web App](#making-a-progressive-web-app)
46
47
-[Deployment](#deployment)
47
48
-[Building for Relative Paths](#building-for-relative-paths)
48
49
-[GitHub Pages](#github-pages)
@@ -921,6 +922,10 @@ Learn more about React Storybook:
921
922
* [Documentation](https://getstorybook.io/docs)
922
923
* [Snapshot Testing](https://github.com/kadirahq/storyshots) with React Storybook
923
924
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).
0 commit comments