Skip to content

Latest commit

 

History

History
66 lines (52 loc) · 1.14 KB

README.md

File metadata and controls

66 lines (52 loc) · 1.14 KB

Alastria Prototype Ionic App

Example mobile application to implement Alastria user stories

Starting 🚀

These instructions will allow you to get a copy of the project running on your local machine for development and testing purposes:

Clone the proyect:

git clone https://github.com/alastria/alastria-wallet.git

Installation 🔧

Requirements

  • Node.js 8+
  • Yarn / Npm
  • Ionic 5.2.1 / Angular 8.2.14
  • Android SDK / iOS SDK
  • Cordova 9.0.0+
  • Barcode Scanner

ionic cordova plugin add phonegap-plugin-barcodescanner

yarn install

or

npm install

**AFTER INSTALLATION: it is necessary to do this: auth0/node-jsonwebtoken#471 (comment)

Run application in browser

yarn start:browser

or

npm run start:browser

Run application in emulator or in mobile debug mode

yarn start:android:device

or

npm run start:android:device

Android apk build

yarn start:android

or

npm run start:android

Deeplinks

To access the application through a deeplink you can access this link to see examples: https://codepen.io/samuelsan95/pen/poJwmrY