/react-pwa-example

A playground repo, used for exploring how Progressive Web Apps (PWA) can be developed with React and Service Workers

Primary LanguageJavaScript

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.