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
Copy file name to clipboardexpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -148,7 +148,7 @@ Your environment will have everything you need to build a modern single-page Rea
148
148
- A fast interactive unit test runner with built-in support for coverage reporting.
149
149
- A live development server that warns about common mistakes.
150
150
- A build script to bundle JS, CSS, and images for production, with hashes and sourcemaps.
151
-
- An offline-first [service worker](https://developers.google.com/web/fundamentals/getting-started/primers/service-workers) and a [web app manifest](https://developers.google.com/web/fundamentals/engage-and-retain/web-app-manifest/), meeting all the [Progressive Web App](https://github.com/facebook/create-react-app/blob/master/packages/react-scripts/template/README.md#making-a-progressive-web-app) criteria. (_Note: Using the service worker is opt-in as of `react-scripts@2.0.0` and higher_)
151
+
- An offline-first [service worker](https://developers.google.com/web/fundamentals/getting-started/primers/service-workers) and a [web app manifest](https://developers.google.com/web/fundamentals/engage-and-retain/web-app-manifest/), meeting all the [Progressive Web App](https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app) criteria. (_Note: Using the service worker is opt-in as of `react-scripts@2.0.0` and higher_)
152
152
- Hassle-free updates for the above tools with a single dependency.
153
153
154
154
Check out [this guide](https://github.com/nitishdayal/cra_closer_look) for an overview of how these tools fit together.
0 commit comments