0.0.3 • Published 9 days ago

psplink-metadata v0.0.3

Weekly downloads
-
License
-
Repository
-
Last release
9 days ago

Introduction

This project repo is for PSPLink Metadata Library

Node Version

Ionic Guide https://ionicframework.com/docs/

Run the project

  1. npm install -g @ionic/cli .
  2. npm install .
  3. ionic serve .

Android Run the Application on Android Device or Emulator

  1. npm run start:android:ENV
  2. Select Device from List. OR
  3. npm install
  4. npm run build:ENV
  5. npx cap sync android
  6. npx cap open android
  7. Android Studio will Open And we can run through it.

Run the Application on Andorid Device or Emulator With Live Reload

  1. ionic capacitor run android -l --external
  2. Select Device

iOS Run the Application on iOS Simulator

  1. npm install
  2. npm run build:ENV (ex: npm run build:develop)
  3. ionic cap sync ios --no-build
  4. ionic cap run ios (Live Reload sometime not working, if you want to try the live reload, add -l)
  5. select the simulator from the list

TO RUN IN IOS DEVICE

  1. copy .env.{ENVIRONMENT} to .env.production temporarily (DO NOT COMMIT)
  • necessary because running on device seems to only recognize .env.production
  1. Run npm run start:ios:develop while and select the device