Skip to content

thenaim/ionic-ngxs-capacitorjs-starter

Repository files navigation

ionic/angular/ngxs/capacitorjs starter project

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.

Getting started

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

Run with Capacitor

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

Run in Browser

npx ionic serve

npx ionic serve --external

For more information, check ionic serve docs

iOS Development

ionic iOS Development docs

Android Development

ionic Android Development docs

Contributors

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

License MIT (see the LICENSE file for the full text)