Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 449 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 449 Bytes

okb-react-pwa

Progressive Web Application

Includes

  • React, Webpack, WorkBox (service-workers), and ready for Push Notifications with either Firebase or VAPID.

To get up and running:

  • yarn install or npm install
  • To start in development mode: yarn start | http://localhost:5000
  • To build production: yarn build
  • To build and run yarn serve

See package.json for in case these commands don't work.