{"id":25207085,"url":"https://github.com/santteegt/angular2-meteor-ionic2-base","last_synced_at":"2026-04-13T12:31:20.993Z","repository":{"id":75225758,"uuid":"77009476","full_name":"santteegt/angular2-meteor-ionic2-base","owner":"santteegt","description":"angular2-meteor-ionic2 Boilerplate ready to develop Webapps","archived":false,"fork":false,"pushed_at":"2016-12-22T03:20:15.000Z","size":22,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-05T03:26:20.638Z","etag":null,"topics":["angular2-meteor","ionic2","meteor","npm"],"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/santteegt.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":"2016-12-21T02:43:02.000Z","updated_at":"2017-03-21T21:14:24.000Z","dependencies_parsed_at":"2023-06-05T19:00:12.568Z","dependency_job_id":null,"html_url":"https://github.com/santteegt/angular2-meteor-ionic2-base","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/santteegt/angular2-meteor-ionic2-base","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/santteegt%2Fangular2-meteor-ionic2-base","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/santteegt%2Fangular2-meteor-ionic2-base/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/santteegt%2Fangular2-meteor-ionic2-base/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/santteegt%2Fangular2-meteor-ionic2-base/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/santteegt","download_url":"https://codeload.github.com/santteegt/angular2-meteor-ionic2-base/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/santteegt%2Fangular2-meteor-ionic2-base/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31753018,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T09:16:15.125Z","status":"ssl_error","status_checked_at":"2026-04-13T09:16:05.023Z","response_time":93,"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":["angular2-meteor","ionic2","meteor","npm"],"created_at":"2025-02-10T11:30:45.811Z","updated_at":"2026-04-13T12:31:20.975Z","avatar_url":"https://github.com/santteegt.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Angular2-Meteor-Ionic2 Boilerplate\n\n[![bitHound Overall Score](https://www.bithound.io/github/santteegt/angular2-meteor-ionic2-base/badges/score.svg)](https://www.bithound.io/github/santteegt/angular2-meteor-ionic2-base) [![bitHound Dependencies](https://www.bithound.io/github/santteegt/angular2-meteor-ionic2-base/badges/dependencies.svg)](https://www.bithound.io/github/santteegt/angular2-meteor-ionic2-base/master/dependencies/npm)\n\n\n## Usage\n\n```\ngit clone https://github.com/santteegt/angular2-meteor-ionic2-base.git\ncd angular2-meteor-ionic2-base\nmeteor add-platform android\nmeteor add-platform ios\n\n```\n\n\n## NPM Scripts\n\nThis boilerplate comes with predefined NPM scripts, defined in `package.json`:\n\n- `$ npm run start` - Run the Meteor application.\n- `$ npm run start:prod` - Run the Meteor application in production mode.\n- `$ npm run build` - Creates a Meteor build version under `./build/` directory.\n- `$ npm run clear` - Resets Meteor's cache and clears the MongoDB collections.\n- `$ npm run meteor:update` - Updates Meteor's version and it's dependencies.\n- `$ npm run test` - Executes Meteor in test mode with Mocha.\n- `$ npm run test:ci` - Executes Meteor in test mode with Mocha for CI (run once).\n\n## Boilerplate Contents\n\nThis boilerplate contains the basics that requires to quick start with Angular2-Meteor application.\n\nThis package contains:\n\n- TypeScript support (with `@types`) and Angular 2 compilers for Meteor\n- Angular2-Meteor\n- Angular 2 (core, common, compiler, platform, router, forms)\n- Ionic2 (v2.0.0-rc.4)\n- SASS, LESS, CSS support (Also support styles encapsulation for Angular 2)\n- Testing framework with Mocha and Chai\n- [Meteor-RxJS](http://angular-meteor.com/meteor-rxjs/) support and usage\n\nThis application also contains demo code:\n\n- Main Component (`/client/app.component`)\n- Demo Child Component (`/client/imports/demo/demo.component`)\n- Demo Service (`/client/imports/demo/demo-data.service`)\n- Demo Mongo Collection (`/both/demo.collection.ts`) with a TypeScript interface as model.\n\nThe Main component loads the child component, which uses the demo service that gets it's data from the demo collection.\n\n### Folder Structure\n\nThe folder structure is a mix between [Angular 2 recommendation](https://johnpapa.net/angular-2-styles/) and [Meteor 1.3 recommendation](https://guide.meteor.com/structure.html).\n\n### Client\n\nThe `client` folder contains single TypeScript (`.ts`) file which is the main file (`/client/app.component.ts`), and bootstrap's the Angular 2 application.\n\nThe main component uses HTML template and SASS file.\n\nThe `index.html` file is the main HTML which loads the application by using the main component selector (`\u003capp\u003e`).\n\nAll the other client files are under `client/imports` and organized by the context of the components (in our example, the context is `demo`).\n\n\n### Server\n\nThe `server` folder contain single TypeScript (`.ts`) file which is the main file (`/server/main.ts`), and creates the main server instance, and the starts it.\n\nAll other server files should be located under `/server/imports`.\n\n### Common\n\nExample for common files in our app, is the MongoDB collection we create - it located under `/both/demo-collection.ts` and it can be imported from both client and server code.\n\n### Testing\n\nThe testing environment in this boilerplate based on [Meteor recommendation](https://guide.meteor.com/testing.html), and uses Mocha as testing framework along with Chai for assertion.\n\nThere is a main test file that initialize Angular 2 tests library, it located under `/client/init.test.ts`.\n\nAll other test files are located near the component/service it tests, with the `.test.ts` extension.\n\nThe `DemoComponent` contains example for Angular 2 tests for Component, and in the server side there is an example for testing Meteor collections and stub data.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsantteegt%2Fangular2-meteor-ionic2-base","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsantteegt%2Fangular2-meteor-ionic2-base","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsantteegt%2Fangular2-meteor-ionic2-base/lists"}