{"id":18597530,"url":"https://github.com/convoo/convoo-starter","last_synced_at":"2026-01-23T06:44:46.278Z","repository":{"id":73240125,"uuid":"83863059","full_name":"convoo/convoo-starter","owner":"convoo","description":null,"archived":false,"fork":false,"pushed_at":"2017-03-05T08:14:34.000Z","size":13,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-16T13:52:48.702Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"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/convoo.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-03-04T03:49:16.000Z","updated_at":"2017-03-04T03:49:16.000Z","dependencies_parsed_at":null,"dependency_job_id":"32ff1c75-a91b-4249-a9dd-37a8a4e5d9cd","html_url":"https://github.com/convoo/convoo-starter","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/convoo/convoo-starter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/convoo%2Fconvoo-starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/convoo%2Fconvoo-starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/convoo%2Fconvoo-starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/convoo%2Fconvoo-starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/convoo","download_url":"https://codeload.github.com/convoo/convoo-starter/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/convoo%2Fconvoo-starter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28682260,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-23T05:48:07.525Z","status":"ssl_error","status_checked_at":"2026-01-23T05:48:07.129Z","response_time":59,"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":[],"created_at":"2024-11-07T01:28:30.715Z","updated_at":"2026-01-23T06:44:46.252Z","avatar_url":"https://github.com/convoo.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# convoo-starter\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://convoo.me\" target=\"_blank\"\u003e\u003cimg alt=\"Convoo\" src=\"Convoo.png\" width=\"300\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\nA starter for your Polymer app using Firebase and Redux\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"http://waffle.io/convoo/roadmap\" target=\"_blank\"\u003e\u003cimg src=\"https://badge.waffle.io/convoo/roadmap.svg?label=In%20Progress\u0026title=In%20Progress\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://gitter.im/convoo/General\" target=\"_blank\"\u003e\u003cimg src=\"https://img.shields.io/badge/gitter-join%20chat-brightgreen.svg\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://www.webcomponents.org/author/convoo\" target=\"_blank\"\u003e\u003cimg src=\"https://img.shields.io/badge/webcomponents.org-published-blue.svg\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n---\n\n\nConvoo's starter is a starting point for Polymer apps built on top of the [Polymer Starter Kit](https://github.com/PolymerElements/polymer-starter-kit). Convoo's starter targets\napplications that are built using Firebase and Redux.\n\nIt comes with:\n\n* Firebase authentication already set up for email as well as social providers\n* Redux with polymer-redux set up with three main objects:\n  1. firebase - object that persists to firebase and syncs with it\n  1. local - object that persists to local storage and can be used to sync cookie data\n  1. temp - object that stores temporary values that can be used in that session only -  eg: routes\n* Internationalization set up with a locales.json file for you to edit\n* Example views:\n  * iron-list view displaying a stream of information from firebase\n  * Example form saving to firebase\n  * Example file upload into Firebase Storage\n\n## Setup\n\n### 1 - Get the starter\n\nUsing the Polymer CLI:\n\n```\nnpm install -g polymer-cli\nnpm install -g generator-polymer-init-convoo-starter\npolymer init convoo-starter\n```\n\n[Simple Download](https://github.com/convoo/convoo-starter/releases).\n\n### 2 - Setup firebase\n\n```\nnpm install -g firebase-tools\nfirebase init\n```\n\nWhen Firebase asks you for your public directory enter `build/unbundled`. Since [Firebase uses HTTP 2](https://firebase.googleblog.com/2016/09/http2-comes-to-firebase-hosting.html) this should be fine.\nYou can also use `build/bundled` if you prefer.\n\n### 3 - Serving while developing\n\nWhile developing, you can quickly view wha tyou're working on using:\n\n```\npolymer serve\n```\n\n### 4 - Build \u0026 Deploy\n\nWhen you're ready to deploy, first build your work and double check it locally:\n\n```\npolymer build\nfirebase serve\n```\n\nIf everything works as expected then go ahead and deploy using:\n\n```\nfirebase deploy\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fconvoo%2Fconvoo-starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fconvoo%2Fconvoo-starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fconvoo%2Fconvoo-starter/lists"}