Pet App is an example of a Hybrid IONIC-Angular application
Make sure you have nodejs installed.
Install dependencies:
npm install
Install Ionic CLI
npm install -g ionic
Build the app
ionic build
Serve the app
ionic serve
npx cap init
Add Android configuration
npx cap add android
Copy the build project to Android's project folder
npx cap copy
If you change or add capatitor modules, you have to sync the project
npx cap sync
Open Android's project folder and then you can build, run and deploy it with Android Studio
npx cap open android