You can read the related blog post here.
Ensure that you have Node, NPM & the Ionic CLI installed.
npm install
Run the app in the browser
npm run start
Run the app on Android
npm run build
ionic capacitor add android
npm run dev:android
Run the app on iOS
npm run build
ionic capacitor add ios
npm run dev:ios