Skip to content

Grocerires list progressive web app : iOS, Android, Web, Angular, NativeScript

License

Notifications You must be signed in to change notification settings

ALT-F1/GroceriesList

Repository files navigation

Groceries list Progressive Web App using NativeScript and Angular6s

Groceries list using Progressive Web App technologies : nativescript, angular, html, css

Test the application on Android : https://play.google.com/store/apps/details?id=be.altf1.groceriesngpwa

Heavily based on NativeScript sample groceries

Build the application on Android

Android publishing requires the signature of the app

  1. Generate the certificate :
    • keytool -genkey -v -keystore my-release-key.jks -keyalg RSA -keysize 2048 -validity 10000 -alias my-alias
    1. not required : upgrade the certificate :
      • keytool -importkeystore -srckeystore my-release-key.jks -destkeystore my-release-key.jks -deststoretype pkcs12
  2. Build the android app using the certificate :
    • tns build android --release --key-store-path my-release-key.jks --key-store-password aStorePasswordToChange --key-store-alias my-alias --key-store-alias-password aPasswordToChange
  3. Build the android app WITHOUT the certificate :
    • tns build android

Screenshots

Screenshot Screenshot Screenshot Screenshot Screenshot Screenshot Screenshot

About

Grocerires list progressive web app : iOS, Android, Web, Angular, NativeScript

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published