Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 403 Bytes

File metadata and controls

19 lines (15 loc) · 403 Bytes

Progressive Web App Example

Tech Stack:

  • Javascript/HTML
  • Bootstrap 4 / jQuery
  • Webpack with some extensions

PWA

The PWA things in this project are:

  • added manifest file
  • added service-worker
  • added registering of service worker

Build

  • Install dependencies: npm install
  • Build with: npm run build:dev
  • or run webpack dev server on port 80 with: npm run start:dev

Have fun!