create-react-pwa icon indicating copy to clipboard operation
create-react-pwa copied to clipboard

https://github.com/facebookincubator/create-react-app + Progressive Web App goodness

Results 6 create-react-pwa issues
Sort by recently updated
recently updated
newest added

when I run the build it creates `service-worker.js` in my project directory and caches: - yarn.lock - sw-precache-config.js - README.md - node_modules/ ...everything...

If you happen to run your production server on localhost (to test the build), the service worker is registered as desired. However, you the service worker then gets in the...

What licence is this code under? Same as CRA? https://github.com/facebookincubator/create-react-app/blob/master/LICENSE

Hi @jeffposnick, I have made a demo about progressive web app using this repository and I would like to share. Does PR welcome? Here is a repo: [https://github.com/nndung179/create-react-pwa-demo](https://github.com/nndung179/create-react-pwa-demo)

It could be helpful to add a 'How to use' section for folks who've never used create-react-app before.