See pwa_releases and bin_releases directories
TODO hosting PWA on regular webservers
Supported Versions: ^5.1
Assuming We use Debian Linux
- Install/Update Nodejs Runtime and Node Package Manager
- Install ionic globally (NEEDS SUDO)
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 -lTODO
ionic build --prodCurrently We disable service worker from the production build or --prod will fail
See Ionic4 docs about Android setup
ionic cordova build android --prodThis project is me learning Ionic4, I used the following resources (Updated):