{"id":17437348,"url":"https://github.com/blixt/ionic-template","last_synced_at":"2026-01-22T14:59:59.977Z","repository":{"id":18836128,"uuid":"22051755","full_name":"blixt/ionic-template","owner":"blixt","description":"An easier way to get started with Ionic.","archived":false,"fork":false,"pushed_at":"2014-07-21T14:55:08.000Z","size":141,"stargazers_count":29,"open_issues_count":0,"forks_count":6,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-10-11T15:58:39.872Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/blixt.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}},"created_at":"2014-07-21T04:33:52.000Z","updated_at":"2017-10-05T07:37:53.000Z","dependencies_parsed_at":"2022-08-19T21:21:33.740Z","dependency_job_id":null,"html_url":"https://github.com/blixt/ionic-template","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/blixt/ionic-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blixt%2Fionic-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blixt%2Fionic-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blixt%2Fionic-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blixt%2Fionic-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/blixt","download_url":"https://codeload.github.com/blixt/ionic-template/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blixt%2Fionic-template/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28664827,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-22T14:01:31.714Z","status":"ssl_error","status_checked_at":"2026-01-22T13:59:23.143Z","response_time":144,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2024-10-17T11:46:33.432Z","updated_at":"2026-01-22T14:59:59.943Z","avatar_url":"https://github.com/blixt.png","language":"JavaScript","funding_links":[],"categories":["And A Bunch More! (I am in the process of sorting these)"],"sub_categories":[],"readme":"Ionic Project Template\n======================\n\nA straight-forward Git repository to easily set up a working Ionic project\nwithout mucking about.\n\n\nQuickstart\n----------\n\n### Prerequisites\n\nYou'll need these things before you start:\n\n* Node.js: http://nodejs.org/\n* Ionic, Cordova, and Gulp: `npm install -g cordova gulp ionic`\n* (Optional) The `convert` command (provided by [ImageMagick][im])\n\n### How to run your first mobile app\n\nBefore you can run the project, you need to install all the dependencies\nof the project:\n\n```sh\nnpm install\n```\n\nAt this time, it might be a good idea to look at the `\"ionic\"` key in the\n`package.json` file. There are configurations for what Cordova plugins to\ninstall and how to resize the app icon to all the different sizes for the\nmobile app. The defaults should work for now.\n\nTo test the app you can just run the normal Ionic commands:\n\n```sh\nionic platform add ios\nionic emulate ios\n```\n\nAs you work on the app, you'll want to put styles in `scss/ionic.app.scss`\nand keep `gulp watch` running to update the CSS as you make changes.\n\n\nWhat is different?\n------------------\n\nFirst of all, this repo should be quick and easy to set up after cloning.\nOne thing I noticed when creating an Ionic project from scratch was that\nit didn't really work very well for sharing code between developers. The\ndefault project will basically check in a lot of temporary files that\nshouldn't be in the repo, which will cause conflicts etc. as commits are\nmerged.\n\nSecond of all, this repo includes a few hooks that may prove useful to\nyou. One hook will ensure that plugins are reinstalled, as I found that\nchanging the platforms or `config.xml` file would often break my plugins.\nAnother hook will ensure that all the correctly sized icons are available\nfor each mobile platform (currently it only does Android and iOS but it's\neasy to make it support more). See `package.json` for configuring these\nhooks (under the `\"ionic\"` key).\n\nPlease submit pull requests for any improvements to the template!\n\n\nMaking resizing work\n--------------------\n\nFor resizing images the hooks use [ImageMagick][im]. To see if it'll work\nfor you, try running the `convert` command on your command line. If it\ndoesn't work, you can find out how to install it on [their website][im].\n\nIf you're on Mac OS X, you can use [Homebrew][brew] which might be easier\nto use than Ports:\n\n```sh\nbrew install imagemagick\n```\n\n[brew]: http://brew.sh/\n[im]: http://www.imagemagick.org/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblixt%2Fionic-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fblixt%2Fionic-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblixt%2Fionic-template/lists"}