Providing you with the components, templates, native components, ngrx, i18n, themes, auth pages and much more needed to build a mobile application on ionic framework.
git clone https://github.com/thenaim/ionic-ngxs-capacitorjs-starter myApp
cd myApp
npm i
# Build, before adding any native platforms
npx ionic build
# Add ios
npx cap add ios
# Add Android
npx cap add android
Open the IDE for a given native platform project
npx cap open ios
npx cap android ios
Run an Ionic project on a connected device
npx cap run
npx cap run android
npx cap run android -l --external
npx cap run ios --livereload --external
npx cap run ios --livereload-url=http://localhost:8100
For more information, check ionic capacitorjs docs
npx ionic serve
npx ionic serve --external
For more information, check ionic serve docs
ionic Android Development docs
Want to start contributing to open source with ionic? Leave your mark and join the growing team of contributors!
Get started by checking out list of open issues and reading Contributor Guide
License MIT (see the LICENSE file for the full text)