Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 634 Bytes

README.MD

File metadata and controls

20 lines (14 loc) · 634 Bytes

A simple ionic 5 Ecommerces Application guide beginners on buildding hybrid App with ionic 5 and Angular 9

N:B LocalStorage is used as data storage, as this Application doesn't interact with a Backend server

Install all dependencies

npm install

Serve Application to Browser

ionic serve

Deploy App to generate APK

ionic build
ionic cap add Android
ionic cap copy
Pls check Deploying Ionic IOS and Android App

Open Anndroid Studio

ionic cap open android

Build/Gennerate Apk on Android Studio