Skip to content

Latest commit

 

History

History
83 lines (66 loc) · 2.67 KB

File metadata and controls

83 lines (66 loc) · 2.67 KB

Testing Ionic 4

Run the Project

See pwa_releases and bin_releases directories

PWA

TODO hosting PWA on regular webservers

Android

Supported Versions: ^5.1

Development

Assuming We use Debian Linux

sudo npm install -g ionic
  • Clone this repo
clone git@github.com:mutasimissa/ionic4-test.git
  • cd to project's directory (where package.json is placed)
  • Install npm dependecies
npm install
  • Test on your computer browser and AppDev app
ionic serve -c
  • Test dev APK on Android emulator/device
ionic cordova run android -l

Running Tests

TODO

Build for Production

PWA:
ionic build --prod

Currently We disable service worker from the production build or --prod will fail

Andriod:

See Ionic4 docs about Android setup

ionic cordova build android --prod

References

This project is me learning Ionic4, I used the following resources (Updated):

API
Angular
PWA
StencilJS
Example Projects
Problems