Welcome to the 1. day of the Capacitor Crash Course
Commands used in this lesson:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
# Start a new app ionic start capacitorCourse blank --type=angular --capacitor --package-id=com.devdactic.capacourse # Build the web part of our app ionic build # Generate the native platform npx cap add ios/android # Standard workflow ionic build && npx cap copy # Livereload ionic cap run ios -l --external |