Claim Reporter Pwa Poc Save

Example PWA application with Angular 6 and backend with Node

Project README

Claim Reporter - Progressive Web App with Angular

This is sample PWA (Progressive Web App) application with Angular 6.
Check out our blog if you want to learn more:

Repo info

  • claim-reporter-app - Angular 6 PWA application (service workers, push notifications enable/send, save photos in localStorage, save API request in cache)
  • claim-reporter-server - Node.js + Express + in-memory-database (save/get claims, save push subscriber, send notifications to all subscribers)

Run frontend

In claim-reporter-app:

npm install
npm run build

Info:
With ng serve Service Workers doesn't work, so if you run this project first time, you must install mini HTTP server:

npm install -g http-server

Run backend

In claim-reporter-server:

npm install
npm start

Screens

Desktop version

Mobile version

Info about new version

PWA Lighthouse report

PWA Lighthouse report

License

This project is released under the Apache 2.0 license (see LICENSE)

Open Source Agenda is not affiliated with "Claim Reporter Pwa Poc" Project. README Source: asc-lab/claim-reporter-pwa-poc

Open Source Agenda Badge

Open Source Agenda Rating