/pwa-mobile-app

News app with Stencil, Custom Elements, indexedDb and Service-Worker

Primary LanguageTypeScriptMIT LicenseMIT

Progressive Web App

Simple PWA mobile app built with stencil.

Running the App

Run:

yarn
yarn start

To view the build, start an HTTP server inside of the /www directory. To watch for file changes during develop, run:

yarn start

To build the app for production, run:

yarn build

For the build to create a service-worker in the dist folder you need to install the workbox cli

npm install -g workbox-cli

Todos

  • Give the user an option to bookmark articles.
  • Automatically delete outdated articles from the database after a certain period of time.