{"id":23168745,"url":"https://github.com/thenaim/ionic-ngxs-capacitorjs-starter","last_synced_at":"2025-08-18T06:33:48.535Z","repository":{"id":51764125,"uuid":"363256961","full_name":"thenaim/ionic-ngxs-capacitorjs-starter","owner":"thenaim","description":"Angular/Ionic, Ngxs and Capacitorjs Starter Project","archived":false,"fork":false,"pushed_at":"2021-06-20T15:06:12.000Z","size":2394,"stargazers_count":9,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-05T23:12:21.839Z","etag":null,"topics":["angular","capacitor","capacitor-community","capacitorjs-v3","i18n","ionic","ionic-framework","ngxs","starter-template","typescript"],"latest_commit_sha":null,"homepage":"https://gitpod.io/#https://github.com/thenaim/ionic-ngxs-capacitorjs-starter","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/thenaim.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-04-30T20:56:05.000Z","updated_at":"2024-12-14T11:56:54.000Z","dependencies_parsed_at":"2022-08-22T19:10:13.379Z","dependency_job_id":null,"html_url":"https://github.com/thenaim/ionic-ngxs-capacitorjs-starter","commit_stats":null,"previous_names":[],"tags_count":1,"template":true,"template_full_name":null,"purl":"pkg:github/thenaim/ionic-ngxs-capacitorjs-starter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thenaim%2Fionic-ngxs-capacitorjs-starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thenaim%2Fionic-ngxs-capacitorjs-starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thenaim%2Fionic-ngxs-capacitorjs-starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thenaim%2Fionic-ngxs-capacitorjs-starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thenaim","download_url":"https://codeload.github.com/thenaim/ionic-ngxs-capacitorjs-starter/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thenaim%2Fionic-ngxs-capacitorjs-starter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270955148,"owners_count":24674845,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-18T02:00:08.743Z","response_time":89,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["angular","capacitor","capacitor-community","capacitorjs-v3","i18n","ionic","ionic-framework","ngxs","starter-template","typescript"],"created_at":"2024-12-18T03:13:14.863Z","updated_at":"2025-08-18T06:33:48.074Z","avatar_url":"https://github.com/thenaim.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\u003cimg src=\"./github-project-cover.png\"\u003e\u003c/p\u003e\n\n\u003ch2 align=\"center\"\u003e\n  ionic/angular/ngxs/capacitorjs starter project\n\u003c/h2\u003e\n\n\u003cp align=\"center\"\u003e\n  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.\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://gitpod.io/#https://github.com/thenaim/ionic-ngxs-capacitorjs-starter\" target=\"_blank\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/Gitpod-ready to code and test-blue?logo=gitpod\u0026style=plastic\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n# Getting started\n\n```bash\ngit clone https://github.com/thenaim/ionic-ngxs-capacitorjs-starter myApp\ncd myApp\nnpm i\n\n# Build, before adding any native platforms\nnpx ionic build\n\n# Add ios\nnpx cap add ios\n\n# Add Android\nnpx cap add android\n```\n\n# Run with Capacitor\n\nOpen the IDE for a given native platform project\n\n```bash\nnpx cap open ios\nnpx cap android ios\n```\n\nRun an Ionic project on a connected device\n\n```bash\nnpx cap run\nnpx cap run android\nnpx cap run android -l --external\nnpx cap run ios --livereload --external\nnpx cap run ios --livereload-url=http://localhost:8100\n```\n\nFor more information, check [ionic capacitorjs docs](https://ionicframework.com/docs/cli/commands/capacitor-run)\n\n# Run in Browser\n\n```bash\nnpx ionic serve\n\nnpx ionic serve --external\n```\n\nFor more information, check [ionic serve docs](https://ionicframework.com/docs/cli/commands/serve)\n\n# iOS Development\n\n[ionic iOS Development docs](https://ionicframework.com/docs/developing/ios)\n\n# Android Development\n\n[ionic Android Development docs](https://ionicframework.com/docs/developing/android)\n\n# Contributors\n\nWant to start contributing to open source with ionic? Leave your mark and join the growing team of contributors!\n\nGet 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)\n\n# License\n\nLicense MIT (see the [LICENSE](https://github.com/thenaim/ionic-ngxs-capacitorjs-starter/blob/master/LICENSE) file for the full text)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthenaim%2Fionic-ngxs-capacitorjs-starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthenaim%2Fionic-ngxs-capacitorjs-starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthenaim%2Fionic-ngxs-capacitorjs-starter/lists"}