Simple Ionic Capacitor app with the @boosten/capacitor-keep-awake plugin
Install dependencies:
npm i
Build the Ionic Capacitor ap
npm run build
Sync the www folder and sync the plugins with the native projects:
npx cap sync
Opening the native project so you can run the app:
iOS:
npx cap open ios
Android:
npx cap open android