This is sample PWA (Progressive Web App) application with Angular 6.
Check out our blog if you want to learn more:
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)
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
In claim-reporter-server:
npm install
npm start
This project is released under the Apache 2.0 license (see LICENSE)