psplink-metadata
v0.0.3
Published
An Ionic project
Downloads
6
Readme
Introduction
This project repo is for PSPLink Metadata Library
Node Version
- 20.11.1
- Install using nvm - https://github.com/nvm-sh/nvm --- nvm install 20.11.1 --- nvm use 20.11.1
Ionic Guide https://ionicframework.com/docs/
Run the project
- npm install -g @ionic/cli .
- npm install .
- ionic serve .
Android Run the Application on Android Device or Emulator
- npm run start:android:ENV
- Select Device from List. OR
- npm install
- npm run build:ENV
- npx cap sync android
- npx cap open android
- Android Studio will Open And we can run through it.
Run the Application on Andorid Device or Emulator With Live Reload
- ionic capacitor run android -l --external
- Select Device
iOS Run the Application on iOS Simulator
- npm install
- npm run build:ENV (ex: npm run build:develop)
- ionic cap sync ios --no-build
- ionic cap run ios (Live Reload sometime not working, if you want to try the live reload, add -l)
- select the simulator from the list
TO RUN IN IOS DEVICE
- copy .env.{ENVIRONMENT} to .env.production temporarily (DO NOT COMMIT)
- necessary because running on device seems to only recognize .env.production
- Run
npm run start:ios:develop
while and select the device