{"id":15353741,"url":"https://github.com/erperejildo/angular-meteor-skeleton","last_synced_at":"2026-04-28T22:34:08.945Z","repository":{"id":83903509,"uuid":"93758300","full_name":"erperejildo/angular-meteor-skeleton","owner":"erperejildo","description":"angular-meteor scaffolding ","archived":false,"fork":false,"pushed_at":"2017-06-12T09:19:07.000Z","size":217,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-27T14:53:07.544Z","etag":null,"topics":["angular","es6","meteor","mobile"],"latest_commit_sha":null,"homepage":null,"language":"HTML","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/erperejildo.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":"2017-06-08T14:22:11.000Z","updated_at":"2017-06-10T17:10:04.000Z","dependencies_parsed_at":"2023-06-25T23:59:27.188Z","dependency_job_id":null,"html_url":"https://github.com/erperejildo/angular-meteor-skeleton","commit_stats":{"total_commits":5,"total_committers":3,"mean_commits":"1.6666666666666667","dds":0.6,"last_synced_commit":"917c5888f2ca2547ee8988515a55b9979f65e3d8"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/erperejildo/angular-meteor-skeleton","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erperejildo%2Fangular-meteor-skeleton","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erperejildo%2Fangular-meteor-skeleton/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erperejildo%2Fangular-meteor-skeleton/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erperejildo%2Fangular-meteor-skeleton/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/erperejildo","download_url":"https://codeload.github.com/erperejildo/angular-meteor-skeleton/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erperejildo%2Fangular-meteor-skeleton/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32402670,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-28T19:38:08.556Z","status":"ssl_error","status_checked_at":"2026-04-28T19:37:55.688Z","response_time":56,"last_error":"SSL_read: 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":["angular","es6","meteor","mobile"],"created_at":"2024-10-01T12:15:02.107Z","updated_at":"2026-04-28T22:34:08.929Z","avatar_url":"https://github.com/erperejildo.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# angular-meteor-skeleton\r\nDefault and basic scaffolding of an angular-meteor project using ES6. Configured for mobile apps and websites.\r\n\r\n## Set up\r\n\r\n- Download Meteor: https://www.meteor.com/install\r\n- Install dependencies `npm install`\r\n- Run the project either with `meteor run` (first time will take a while) or `meteor run --settings ./imports/settings.json`\r\nif you are using some constant or environment variables.\u003cbr\u003e\r\nYou also can run the project directly on your phone with `meteor run android-device --settings ./imports/settings.json` (also available with IOS)\r\n\r\n## Build and deploy\r\nIf you only want to build the project (not deploy it) just run:\r\n- `npm install --production`\r\n- `meteor build /path/to/build --architecture os.linux.x86_64` (for example if deploying to a Ubuntu linux server)\r\n\r\nEither way this previous commands are not necessary as long as we have the deployment already configured on this project. Have a look to\r\nthe text file on `/.deploy/read.txt`\r\n\r\nTo build a mobile project add the platform:\r\n- `meteor add-platform android` (also available for IOS)\r\n- `meteor build ../output-build --server http://MY_SERVE_IP --mobile-settings ./imports/settings.json`\r\nIn `output-buil/android/release-unsigned.apk` we will found our apk to be installed on our Android device.\u003cbr\u003eIf you want to publish this app\r\non the Android Market you will need to sign it:\r\n- `jarsigner -verbose -sigalg SHA1withRSA -digestalg SHA1 -keystore private/myApp.keystore ../output-build/android/release-unsigned.apk myApp`\u003cbr\u003e\r\nand align it:\r\n- `myPath/Android/sdk/build-tools/23.0.3/zipalign 4 ../output-build/android/release-unsigned.apk ../output-build/myApp.apk`\r\n\r\n## Testing\r\n`meteor test --driver-package sanjo:jasmine`\r\n\r\n----------\r\n* Every file and folder on the project is documented, just have a look to the `read.txt` file or at the top of the file to see the comments.\r\n* For further info go to the Meteor guide (https://guide.meteor.com/index.html) and angular-meteor repo (https://github.com/urigo/angular-meteor/)\r\n* For a fully working and simplify example have a look to this other repository: https://github.com/erperejildo/find-restaurants","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ferperejildo%2Fangular-meteor-skeleton","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ferperejildo%2Fangular-meteor-skeleton","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ferperejildo%2Fangular-meteor-skeleton/lists"}