{"id":19391123,"url":"https://github.com/asone/ionic-4-angular-6-uirouter-starter","last_synced_at":"2025-04-24T00:31:43.489Z","repository":{"id":82334313,"uuid":"141844050","full_name":"Asone/ionic-4-Angular-6-UIRouter-Starter","owner":"Asone","description":"Starter kit for ionic 4 \u0026 angular 6 applications using UIRouter routing module","archived":false,"fork":false,"pushed_at":"2018-08-14T08:37:18.000Z","size":1563,"stargazers_count":3,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-02T22:51:15.463Z","etag":null,"topics":["angular","angular6","boilerplate","capacitor","electron","ionic","ionic4","starter-kit","template","typescript","uirouter"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Asone.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-07-21T20:30:28.000Z","updated_at":"2021-11-08T11:04:59.000Z","dependencies_parsed_at":null,"dependency_job_id":"50170a65-416d-4afa-91d0-cd256d8ba97b","html_url":"https://github.com/Asone/ionic-4-Angular-6-UIRouter-Starter","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Asone%2Fionic-4-Angular-6-UIRouter-Starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Asone%2Fionic-4-Angular-6-UIRouter-Starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Asone%2Fionic-4-Angular-6-UIRouter-Starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Asone%2Fionic-4-Angular-6-UIRouter-Starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Asone","download_url":"https://codeload.github.com/Asone/ionic-4-Angular-6-UIRouter-Starter/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250539455,"owners_count":21447312,"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","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","angular6","boilerplate","capacitor","electron","ionic","ionic4","starter-kit","template","typescript","uirouter"],"created_at":"2024-11-10T10:25:01.003Z","updated_at":"2025-04-24T00:31:43.476Z","avatar_url":"https://github.com/Asone.png","language":"TypeScript","readme":"\n# Ionic 4 \u0026 Angular 6 Boilerplate\n\n[![Build Status](https://travis-ci.org/Asone/ionic-4-Angular-6-UIRouter-Starter.svg?branch=master)](https://travis-ci.org/Asone/ionic-4-Angular-6-UIRouter-Starter) [![](https://circleci.com/gh/Asone/ionic-4-Angular-6-UIRouter-Starter.png?circle-token=:circle-toke)](https://circleci.com/gh/Asone/ionic-4-Angular-6-UIRouter-Starter)\n\n\nThe following repo provides a boilerplate for projects intended to be written with Ionic 4 \u0026 Angular 6. \n\nPlease, note that this repo is based on active development releases of the following dependencies :\n\n- [`Ionic`]() as a beta version\n- [`Capacitor`]() as a release candidate\n\n# Install\n\n## Install without Docker : \n\nYou need to install `node` first in order to be able to download the following dependencies : \n\n#### Install Ionic : `npm i -g ionic` \n#### Install Karma : `npm i karma --save-dev`\n#### Install Angular-cli : `npm -g angular-cli`\n#### Install dependencies : `npm install`\n\n## Install with Docker : \n\nMake sure you've installed docker first\n\n`docker-compose build . \u0026\u0026 docker-compose up front -d`\n\nIt will run a `ionic serve` instruction on port 8100.\n\n\n# Run and buid\n\n- Serve application as web application : `ionic serve`\n- Serve application in browser as electron PWA : `npm cap serve`\n- Build angular app : `ionic build` \n- Build android app : `ionic cordova build android`\n- Build iOS app : `ionic cordova build ios`\n- Emulate on android : `ionic cordova emulate android`\n- Emulate on iOS : `ionic cordova emulate ios`\n\n- Perform unit tests : `npm test`\n- Perform end-to-end tests :`npm e2e`\n\n- Generate documentation : `npm run doc`\n\n# Structure\n\nThis repo follows the structures described [here](https://github.com/Asone/ionic-3_Angular-5-Boilerplate)\n\n## [Capacitor]()\n\nThis boilerplate comes with the new `capacitor` package provided by Ionic Team. `Capacitor` brings the device-related components for your application and is backward compatible with `cordova` plugins. \n\nNote that if you want to rely on `cordova` only you'll still be able to do it. However you'll have to remove capacitor plugins references in the code. \n\n## [Electron]() \n\n`Electron` allows you to build your app as a native mac OS application.  \n\n\n## Good practices \u0026 conventions \n\n- [Angular good practices](https://angular.io/guide/styleguide)\n- [TypeScript good practices](https://definitelytyped.org/guides/best-practices.html)\n\n\n# Licence\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fasone%2Fionic-4-angular-6-uirouter-starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fasone%2Fionic-4-angular-6-uirouter-starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fasone%2Fionic-4-angular-6-uirouter-starter/lists"}