This repo was made to have a blank Ionic v3 together with Capacitor, based on Josh Morony's tutorial.
Use Node v8+ to have the npx
command available.
Install Cocoapods if necessary: sudo gem install cocoapods
Run npm install
Build the code using:
$ npm run ionic:build --prod
Add iOS as platform: npx capacitor add ios
Run npx capacitor copy ios
(this copies your builded code to the ios platform)
and run npx capacitor open ios
respectively.
Add Android as platform: npx capacitor add android
Run npx capacitor copy android
(this copies your builded code to the android platform)
and run npx capacitor open android
respectively.