this is a capacitor skeleton for building quick apps:
it has: react nextjs react-iframe capacitor - android, ios
how to set up:
- clone the repo
- change the name of your project in the package.json
- change the .env (add your url)
- change the values in capacitor.config.ts [appName, appId]
- npm run build (this will export your app)
- npx cap sync (this will sync into ios and android projects)
- open ios or android folder in xcode or android-studio