Skip to content

A complete guide for turning an APEX application into a Progressive Web App

License

Notifications You must be signed in to change notification settings

vincentmorneau/apex-pwa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

APEX as a PWA: The Complete Guide

A complete guide for turning an APEX application into a Progressive Web App.

Covered Features

  • Installing the APEX app on a mobile device
  • Making the APEX app available offline
  • Syncing offline requests when getting back online
  • Sending push notifications

Documentation

Using this Demo

  1. Import the demo app on your workspace
  2. Meet the requirements listed in Part 2
  3. Move the following files on your doc_root folder
  4. Replace the following values in these files
    • src/manifest.json
      • Replace the start_url value with your own application URL
    • server/pushNotification.js
      • Replace CHANGE_ME_1 with your Firebase service account file
      • Replace CHANGE_ME_2 with your email, public key and private key
      • Replace CHANGE_ME_3 with your Firebase database URL

About

A complete guide for turning an APEX application into a Progressive Web App

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages