Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.