Ionic template app built with HTML and CSS , its a Pizza clone without a backend yet
“ Ionic 3 Pizza App (E-messaging app) App” Documentation ” v1.0
“IonTube- Ionic 3 Pizza App (Messaging app);
By: somto achu
Email: somto achu
Thank you for purchasing my app. 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!
Table of Contents
- Prerequisite
- Environment Setup
- Run
- Build For Android
- Build For IOS
- Testing App
- QuickStart Guide
- Theming your Ionic App
- Features
Prerequisite – top
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.
Environment Setup – top
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
Run – top
Unzip the downloaded IonTube 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
Build For Android – top
Requirements
- Android Studio
- Updated Android SDK tools, platform and component dependencies. Available through Android Studio’s SDK Manager Add android
platform with the CLI :
$ 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
Build For IOS – top
You need the iOS SDK installed on your computer to build an iOS version of your application using the steps below.
- On the command line, make sure you are in the ionic-tutorial/conference directory
- Add support for the iOS platform
- ionic platform add ios
- This step is not required with recent versions of the Ionic CLI because the ios platform is installed by default
- Build the project
- ionic build ios
- Open conference.xcodeproj in the conference/platforms/ios directory
- In Xcode, run the application on a device connected to your computer or in the iOS emulator
Testing App – top
Desktop Browser Testing
$ ionic serve
Simulator testing
$ ionic build ios$ ionic emulate ios
Testing as a native app
$ ionic run android
QuickStart- Step By Step Guide – top
Step One (Recommended)
First, install Node.js. Then, install the latest Cordova and Ionic command-line tools in your terminal.
npm install -g cordova ionic
Step Two (Download & Install Dependencies)
- Unzip the downloaded IonTube project folder and open a terminal window.
- `cd` into the project root directory and install dependent packages by running `npm install`
npm install
Step Three (Configuration)
Open IonTube project in your code editor and go into the project root directory.
At the root folder go into the `src/config`, here you can see two files, 1. admob.ts and 2. youtube.ts
In admob.ts, you need to replace your admob config keys for Banner, Interstitial and Video for Android
and Ios.
Admob Website https://www.google.com/admob/ and Admob Ionic Plugin https://ionicframework.com/docs/native/admob-free/
In youtube.ts, you need to set your Google Api Key, Youtube Channel ID and Max Result of Videos per Page(By
default we set 20/per page).
Step Four (Running)
Desktop Browser Testing
cd app
Ionic serve
Simulator testing
ionic build ios
ionic emulate ios
Testing as a native app
ionic run android
ionic emulate ios
Theming your Ionic App – top
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:
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 main default colors – color1, color2
Read More Details from https://ionicframework.com/docs/theming/theming-your-app/
Sources and Credits – top
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.
Somto Achu
Go To Table of Contents
Kindly Note: We update new contents like WordPress Themes, Plugins, PHP Scripts everyday. But remember that you should never use this items in a commercial website. All the contents posted here for development & testing purpose only. We’re not responsible for any damage, use at your own RISK! We highly recommend to buy Pizza App Template Ionic from the The Developer ( zeus_ ) website. Thank you.
Download = Pizza App Template Ionic-[Updated].zip