Ionic Guru

Banking One Documentation

This guide is meant to provide you all the information to use and modify this template for your needs. Let’s start!

Basic Reqiurements

Please make sure that you have installed the following frameworks and packages. Also, visit the Ionic and Capacitor websites for more information and requirements.

Install dependencies

$ npm install

This command should install all required dependencies

Angular CLI + Ionic Framework CLI

$ npm install -g @angular/cli
$ npm install -g @ionic/cli

More information: angular.io + ionicframework.com

Ionic + Angular

$ npm install @ionic/angular@latest --save

More information: ionicframework.com

Capacitor Core + CLI

$ npm install @capacitor/core @capacitor/cli

More information: github.com

cordova-res

$ npm install -g cordova-res

For Splash Screen and App Icon generation. Make sure to install it globally if not done yet.

Specific requirements for this template

Please install the following packages to ensure all functions and features are working correctly. If you already ran npm install in the first place, you might not need to install the following seperately.

date-fns

$ npm install date-fns

Chart.js

$ npm install chart.js

ng2-charts

$ npm install ng2-charts

Animate.css

$ npm install animate.css

Run the app in your web browser

Live reload via Ionic CLI

$ ionic serve

Run the app on simulator / device

Follow the official guide:

More information: capacitorjs.com/docs/guides/live-reload

Deploy to App Stores

Follow the official guide:

More information: ionicframework.com/docs/angular/your-first-app/deploying-mobile

Renaming the application

  1. Search / replace all occurrences of the template’s name with your custom one
  2. Follow the Capacitor guide for renaming your application: apacitorjs.com/docs/ios/configuration#renaming-your-app

Custom Splash Screen and App Icon

Follow the official guide:

More information: github.com/ionic-team/capacitor-assets