Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thenaim/ionic-ngxs-capacitorjs-starter
Angular/Ionic, Ngxs and Capacitorjs Starter Project
https://github.com/thenaim/ionic-ngxs-capacitorjs-starter
angular capacitor capacitor-community capacitorjs-v3 i18n ionic ionic-framework ngxs starter-template typescript
Last synced: 18 days ago
JSON representation
Angular/Ionic, Ngxs and Capacitorjs Starter Project
- Host: GitHub
- URL: https://github.com/thenaim/ionic-ngxs-capacitorjs-starter
- Owner: thenaim
- License: mit
- Created: 2021-04-30T20:56:05.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-06-20T15:06:12.000Z (over 3 years ago)
- Last Synced: 2024-06-21T07:52:02.227Z (7 months ago)
- Topics: angular, capacitor, capacitor-community, capacitorjs-v3, i18n, ionic, ionic-framework, ngxs, starter-template, typescript
- Language: TypeScript
- Homepage: https://gitpod.io/#https://github.com/thenaim/ionic-ngxs-capacitorjs-starter
- Size: 2.28 MB
- Stars: 10
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
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
```bash
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
```bash
npx cap open ios
npx cap android ios
```Run an Ionic project on a connected device
```bash
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](https://ionicframework.com/docs/cli/commands/capacitor-run)
# Run in Browser
```bash
npx ionic servenpx ionic serve --external
```For more information, check [ionic serve docs](https://ionicframework.com/docs/cli/commands/serve)
# iOS Development
[ionic iOS Development docs](https://ionicframework.com/docs/developing/ios)
# Android Development
[ionic Android Development docs](https://ionicframework.com/docs/developing/android)
# 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](https://github.com/thenaim/ionic-ngxs-capacitorjs-starter/issues) and reading [Contributor Guide](https://github.com/thenaim/ionic-ngxs-capacitorjs-starter/blob/master/CONTRIBUTING.md)
# License
License MIT (see the [LICENSE](https://github.com/thenaim/ionic-ngxs-capacitorjs-starter/blob/master/LICENSE) file for the full text)