Skip to content

Optmized to be performatic at any platform app (Android & iOS) and Web Apps (PWA).

Notifications You must be signed in to change notification settings

sangheraajit/Ionic5-Angular-Hotel-Royal-Full-App

 
 

Repository files navigation

UI_1 2

APP {{ hotel royal }}

Installation Guide

Important : Use Nodejs v10.16.1

The code is very simple to understand; the customization is quite handy for all Ionic developers.

Following are pre-requisites of Ionic App:

•	Need computer having minimum 4Gb ram and 15Gb free space for software installation.
•	Visual Studio Code(recommended).
•	Google Chrome(recommended).
•	Node Version: V10.15.1(recommended).
•	Android Studio latest
•	Xcode 7 or higher
•	npm Version: 6.4.1(recommended).
•	Ionic CLI Version: 4.10.1(recommended).
•	Ionic Framework: @ionic/angular 4.5.0
•	@angular-devkit/build-angular Version: 0.12.4(recommended).
•	@angular-devkit/schematics Version: 7.2.4(recommended).
•	@angular/Cli Version: 7.2.4(recommended).
•	@ionic-angular-toolkit Version: 1.3.0(recommended).
•	Cordova CLI Version: 8.1.2(recommended).
•	Cordova Platforms: android 7.1.4

tools for configuration Following are tools that you need to configure application • Download and install Node.JS latest (https://nodejs.org/en/download/releases/) You can download Node.Js according to your operating system. • Install Visual Studio Code latest version and install it. • Make Google Chrome browser your default browser. • Now in Visual Studio code apply the following command • install ionic 4 + For more information, go to https://ionicframework.com/docs

Project structure

•	 First open Visual Studio Code 

•	 Open File and click on the Open Folder to select the project

•	 To import file

•	 You need to check terminal, as it must contain the project directory 

•	 Run npm install to install libraries.

•	 Run ionic serve, it will automatically generate a local www build and open this in your browser.

•	 You can find all the pages like page.html, page.scss, page.ts and page.module.ts in sub folders of page app directory. Here you can get the code of any component available.

•	 Run ionic cordova build (Android or iOS) You must have Cordova // for Mac use sudo 

All plugins will be installed automatically:

    Admob:	• cordova plugin add cordova-plugin-admob-free --save
            • cordova plugin add cordova-plugin-admob-free --save --variable ADMOB_APP_ID="<YOUR_ANDROID_ADMOB_APP_ID_AS_FOUND_IN_ADMOB>"

Notifications: • ionic cordova plugin add cordova-plugin-local-notification • npm install @ionic-native/local-notifications

    PayPal:	• ionic cordova plugin add com.paypal.cordova.mobilesdk // If you don't find this plugin, Try installing it manually
            • npm install @ionic-native/paypal

All npm :

•	 npm install @ngx-translate/core --save

•	 npm install @ngx-translate/http-loader --save

•	 npm install firebase @angular/fire --save

•	 npm install @ionic/storage

•	 npm install @ionic-native/paypal

•	 npm install @ionic-native/local-notifications

•	 npm install --save css-animator

•	 npm install ngx-autosize

•	 npm install @ionic-native/admob-free

UI_2 UI_3 UI_4 UI_5

Please don’t forget to rate our item

Important : Use Nodejs v10.16.1

Hotel Royal Copyright V 0.0.1

About

Optmized to be performatic at any platform app (Android & iOS) and Web Apps (PWA).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 50.9%
  • HTML 35.8%
  • SCSS 12.7%
  • JavaScript 0.6%