Created: 09/05/2018
By: Afroza Yasmin
Email: themebucketbd@gmail.com
Thank you for purchasing my theme. If you have any questions that are beyond the scope of this help file, please feel free to email via my user page contact form here. Thanks so much!
1. You must have basic programming knowledge/ JavaScript knowledge before going inside this project. You must familiar with Angular5, Ionicframework. Basic programming / JavaScript knowledge.
2. Need to install the latest version of the Ionic CLI and Cordova. Verify that you are running at least node 6.9.x and npm 3.x.x by running node -v and npm -v in a terminal/console window. Older versions produce errors, but newer versions are fine.
Setup your OS environment to install the Ionic CLI and Cordova for native app development.
npm install -g cordova ionic
You may need to add “sudo” in front of these commands to install the utilities globally
Unzip the downloaded TravelAgency project and open a terminal window `cd` into the project root directory and install dependent packages by running `npm install` and run the command `ionic serve`. The server will be up & running on localhost 8100 port. At browser window, open http://localhost:8100.
Run Commands
$ ionic serve
$ ionic serve --lab
Requirements
$ ionic platform add android
$ ionic build android
Android Production Builds (release.apk)/Publishing your app
$ cordova plugin rm cordova-plugin-console
$ cordova build --release android
$ keytool -genkey -v -keystore my-release-key.keystore -alias alias_name -keyalg RSA -keysize 2048 -validity 10000
$ jarsigner -verbose -sigalg SHA1withRSA -digestalg SHA1 -keystore my-release-key.keystore HelloWorld-release-unsigned.apk alias_name
$ zipalign -v 4 HelloWorld-release-unsigned.apk HelloWorld.apk
You need the iOS SDK installed on your computer to build an iOS version of your application using the steps below.
Desktop Browser Testing
$ ionic serve
Simulator testing
$ ionic build ios
$ ionic emulate ios
Testing as a native app
$ ionic run android
First, install Node.js. Then, install the latest Cordova and Ionic command-line tools in your terminal.
npm install -g cordova ionic
npm install
cd TravelAgency
ionic serve
ionic build ios
ionic emulate ios
ionic run android
ionic emulate ios
Theme support is baked right into Ionic apps. Changing the theme is as easy as updating the $colors map in your src/theme/variables.scss file:
$colors: (
primary: #488aff,
secondary: #32db64,
danger: #f53d3d,
light: #f4f4f4,
dark: #222,
white: #ffffff,
color1: #005C97,
color2: #363795,
color3: #9e9f9e
);
The fastest way to change the theme of your Ionic app is to set a new value for default, since ThemesBuckets uses the default color by default to style most components.
Our mail default colors - color1, color2, color3
Read More Details from https://ionicframework.com/docs/theming/theming-your-app/
I've used all images from https://unsplash.com/
Once again, thank you so much for purchasing this theme. As I said at the beginning, I'd be glad to help you if you have any questions relating to this theme. No guarantees, but I'll do my best to assist. If you have a more general question relating to the themes on Codecanyou, you might consider visiting the forums and asking your question in the "Item Discussion" section.
Afroza Yasmin