Skip to content

Repository files navigation

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

About

Testing ionic4

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages