Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 10 days 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 (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-05-20T14:18:47.000Z (over 7 years ago)
- Last Synced: 2024-10-25T12:07:34.562Z (about 2 months ago)
- Topics: pwa, react, serviceworker
- Language: JavaScript
- Size: 56.6 KB
- Stars: 1
- Watchers: 2
- 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.