{"id":15040662,"url":"https://github.com/scaleit-org/ionic-app-skeleton","last_synced_at":"2025-06-24T19:41:59.677Z","repository":{"id":92694636,"uuid":"124064999","full_name":"ScaleIT-Org/ionic-app-skeleton","owner":"ScaleIT-Org","description":"ScaleIT Ionic App Skeleton for easy creation of Industry 4.0 Domain Apps","archived":false,"fork":false,"pushed_at":"2018-12-04T11:15:12.000Z","size":1366,"stargazers_count":5,"open_issues_count":15,"forks_count":4,"subscribers_count":9,"default_branch":"master","last_synced_at":"2025-04-14T18:52:02.495Z","etag":null,"topics":["angular","docker","docker-compose","ionic","scaleit","scaleit-apps","skeleton","typescript2"],"latest_commit_sha":null,"homepage":"","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/ScaleIT-Org.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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-03-06T10:56:40.000Z","updated_at":"2020-06-18T12:02:59.000Z","dependencies_parsed_at":"2023-08-22T06:48:21.648Z","dependency_job_id":null,"html_url":"https://github.com/ScaleIT-Org/ionic-app-skeleton","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ScaleIT-Org/ionic-app-skeleton","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScaleIT-Org%2Fionic-app-skeleton","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScaleIT-Org%2Fionic-app-skeleton/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScaleIT-Org%2Fionic-app-skeleton/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScaleIT-Org%2Fionic-app-skeleton/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ScaleIT-Org","download_url":"https://codeload.github.com/ScaleIT-Org/ionic-app-skeleton/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScaleIT-Org%2Fionic-app-skeleton/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261744852,"owners_count":23203285,"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","docker","docker-compose","ionic","scaleit","scaleit-apps","skeleton","typescript2"],"created_at":"2024-09-24T20:44:53.503Z","updated_at":"2025-06-24T19:41:59.614Z","avatar_url":"https://github.com/ScaleIT-Org.png","language":"TypeScript","readme":"\u003cimg src=\"https://raw.githubusercontent.com/ScaleIT-Org/media-ressources/master/logo/scaleit-logo.png\" width=\"20%\"/\u003e\n\u003cimg src=\"https://github.com/ScaleIT-Org/media-ressources/raw/master/logo/scaleit-waben-ionic.png\" width=\"15%\"/\u003e\n\n\n\n# Ionic App Skeleton ![License](https://img.shields.io/github/license/ScaleIT-Org/ionic-app-skeleton.svg?link=https://github.com/ScaleIT-Org/ionic-app-skeleton/blob/master/LICENSE)![Build](https://travis-ci.org/ScaleIT-Org/ionic-app-skeleton.svg?branch=master)\n\nThe Ionic App Skeleton is a pre-configured base for ScaleIT Apps. It provides a ready to use production ready scaffolding for ScaleIT Ready Domain Apps.\n\n## How to Use\n### Standalone\n\n    # Resolve dependencies\n    npm install\n    # Build frontend\n    npm run build\n    # Run dev server\n    npm run ionic:serve\n    \n    \n #### Development\n\nIn order to simplify development we recommend working locally (or with a docker bind mount) and using the ionic hot reload feature of the ionic dev server\n\n    npm run ionic:serve\n\nIn order to pull from this repo as upstream you should use githubs rebasing feature:\n\n    git checkout alpine\n    git pull --rebase origin master\n\n    git checkout dev\n    git pull --rebase origin alpine\n\nAlternatively use cherry picking (or patching):\n\n    git cherry-pick d147423..2622049\n    git cherry-pick d147423\n\n### Docker\n\nThis skeleton uses a multi stage build in order to create a very small production ready image. This results in an image size of about 70MB compared to the 300+MB size of the build image.\n\n    docker-compose up -d\n    # navigate to localhost:8100\n\n## Screenshots\n\n| Mobile        | Desktop       |\n| ------------- | ------------- |\n| \u003cimg src=\"Resources/Store/Screenshots/Mobile%20Main%20Page.png?raw=true\"/\u003e | \u003cimg src=\"Resources/Store/Screenshots/Desktop%20Main%20Page.png?raw=true\"/\u003e |\n\n|Administration view with configurable endpoints| Tech Stack |\n| ------------- | ------------- |\n| \u003cimg width=\"100%\" src=\"https://github.com/ScaleIT-Org/ionic-app-skeleton/blob/master/Resources/Store/Screenshots/Administration.png?raw=true\"/\u003e | \u003cp align=\"center\"\u003e\u003cimg width=\"40%\" src=\"Resources/Documentation/tech-stack.png?raw=true\"/\u003e \u003cp align=\"center\"\u003eWebpack-\u003e(Typescript-\u003eAngular-\u003eIonic)-\u003eCompiled HTML, JS, CSS\u003c/p\u003e\u003c/p\u003e|\n\n## Requirements\n-\n\n## Features\n\n1) Ionic frontend with Angular\n2) Pages and Navigation\n2) Data Providers and Pipes\n2) Nginx Server for serving the built project (docker build only)\n\n## Known Issues\n - The --prod flag for ionic:build results in an Error which needs to be resolved. Till now dont use production build. Flag removed with commit: fe76eaf96fc7c7630682cfdfac4060deb64a5657\n\n## Troubleshooting\n\n### Running on windows\nMost likely, when executing `npm install` on windows, you will get weird issues related to \"node-gyp\".\nYou can solve this issue by running\n```\nnpm install --global --production windows-build-tools\n```\ninside CMD or Powershell **with administator privileges** before running install.\n\n## How to build\n\n```\n  docker-compose build\n  docker-compose up -d\n```\n### Health Check (Optional)\n        #Build with healtcheck enabled\n        HEALTHCHECK --interval=5m --timeout=3s \\\n        CMD curl -f http://localhost:5002/ || exit 1\n        \n        \n## Configuration\n\n-\n\n## Tests\n\n  No Tests\n\n\n## Notes\nThis is still a work in progress\n\n\n\n\n\n\u003c!-- ## Navigation and Pages\n## Data Providers\n## Bindings (Two-Way \u0026 One-Way)\n## Pipes --\u003e\n\n## Learning Material\n\nReactive Manifesto: https://www.reactivemanifesto.org/\n\nReactive Programming: https://gist.github.com/staltz/868e7e9bc2a7b8c1f754\n\nIonic Presentation: http://ionicframework.com/present-ionic/slides/#/26\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscaleit-org%2Fionic-app-skeleton","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fscaleit-org%2Fionic-app-skeleton","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscaleit-org%2Fionic-app-skeleton/lists"}