Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 1.27 KB

File metadata and controls

17 lines (14 loc) · 1.27 KB

PWA

  1. General information
  2. Technology stack used
  3. PWA build

General Information

Right now project has pretty straightforward PWA support. PWA enables installation as Mobile/Desktop Application.

Technology Stack used

In order to support PWA approach the following utilities were used:

PWA Build

To build Application with PWA support - use npm run build:client:prod:pwa which injects WITH_PWA environment variable used to control it.