https://github.com/oliverlaz/react-pwa-example
A playground repo, used for exploring how Progressive Web Apps (PWA) can be developed with React and Service Workers
https://github.com/oliverlaz/react-pwa-example
pwa react serviceworker
Last synced: about 1 month ago
JSON representation
A playground repo, used for exploring how Progressive Web Apps (PWA) can be developed with React and Service Workers
- Host: GitHub
- URL: https://github.com/oliverlaz/react-pwa-example
- Owner: oliverlaz
- Created: 2017-05-20T14:12:16.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-20T14:18:47.000Z (about 9 years ago)
- Last Synced: 2025-03-31T01:15:40.941Z (about 1 year ago)
- Topics: pwa, react, serviceworker
- Language: JavaScript
- Size: 56.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
### Setup:
- ``cd app && npm install``
- ``cd server && npm install``
### Run:
- ``cd app && npm start``
- ``cd server && npm start``
**Note:** ServiceWorker is only available in ``production`` mode. Run ``cd app && npm run build`` to create production build.