{"id":26663287,"url":"https://github.com/startpolymer/polymer-starter-kit-old","last_synced_at":"2025-08-16T11:32:35.910Z","repository":{"id":26860866,"uuid":"30320969","full_name":"StartPolymer/polymer-starter-kit-old","owner":"StartPolymer","description":"Polymer Starter Kit is a boilerplate for web development.","archived":false,"fork":false,"pushed_at":"2015-04-02T15:30:27.000Z","size":554,"stargazers_count":36,"open_issues_count":0,"forks_count":14,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-04-11T18:42:24.980Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/StartPolymer.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}},"created_at":"2015-02-04T21:02:57.000Z","updated_at":"2024-01-04T05:04:13.000Z","dependencies_parsed_at":"2022-09-01T20:33:55.076Z","dependency_job_id":null,"html_url":"https://github.com/StartPolymer/polymer-starter-kit-old","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/StartPolymer/polymer-starter-kit-old","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StartPolymer%2Fpolymer-starter-kit-old","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StartPolymer%2Fpolymer-starter-kit-old/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StartPolymer%2Fpolymer-starter-kit-old/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StartPolymer%2Fpolymer-starter-kit-old/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/StartPolymer","download_url":"https://codeload.github.com/StartPolymer/polymer-starter-kit-old/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StartPolymer%2Fpolymer-starter-kit-old/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270705861,"owners_count":24631556,"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","status":"online","status_checked_at":"2025-08-16T02:00:11.002Z","response_time":91,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":"2025-03-25T14:27:31.120Z","updated_at":"2025-08-16T11:32:35.890Z","avatar_url":"https://github.com/StartPolymer.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Polymer Starter Kit\n\n[![Join the chat at https://gitter.im/StartPolymer/polymer-starter-kit](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/StartPolymer/polymer-starter-kit?utm_source=badge\u0026utm_medium=badge\u0026utm_campaign=pr-badge\u0026utm_content=badge)\n\nPolymer Starter Kit is a boilerplate for web development using Web Components and modern tools.\n\nKeeping up to date with\n[Web Starter Kit](https://github.com/google/web-starter-kit),\n[HTML5 Boilerplate](https://github.com/h5bp/html5-boilerplate),\n[Polymer generator](https://github.com/yeoman/generator-polymer) and\n[Gulp generator](https://github.com/yeoman/generator-gulp-webapp).\n\nFollowing [The 10 Commandments of Modern Web Application](https://gist.github.com/JosefJezek/8020bd8f02c4992e7d7d)\n\n:sparkles: [DEMO](http://polymer-starter-kit.startpolymer.org) :sparkles:\n\n## Features\n\n- Clean [index.html](https://github.com/StartPolymer/polymer-starter-kit/blob/master/app/index.html)\n- [Gulp tasks](https://github.com/StartPolymer/polymer-starter-kit/tree/master/gulp/tasks) per file\n- Using [Polymer Demo](https://github.com/StartPolymer/polymer-demo) element with [Polymer Theme](https://github.com/StartPolymer/polymer-theme) based on [BEM Methodology](http://getbem.com)\n- [Sass](http://sass-lang.com) CSS Preprocessor with [Ruby](https://www.ruby-lang.org)\n - PSK need CSS Preprocessor for [Variables](http://sass-guidelin.es/#variables),\n [Loops](http://sass-guidelin.es/#loops),\n [Mixins](http://sass-guidelin.es/#mixins) and other features\n - [LibSass](http://libsass.org) is a C/C++ port of the Sass engine\n   - [Replace Ruby Sass with LibSass](https://github.com/StartPolymer/polymer-starter-kit/issues/2) issue\n - SCSS have CSS like syntax\n - Check out the [styles](https://github.com/StartPolymer/polymer-starter-kit/tree/master/app/styles) dir\n- Ready to use any template engine\n - [How to add any template engine](https://github.com/StartPolymer/polymer-starter-kit/wiki/How-to-add-any-template-engine) for any developers\n- [Autoprefixer](https://github.com/postcss/autoprefixer) for CSS\n- [Asset revisioning](https://github.com/smysnk/gulp-rev-all)\nfor CSS, HTML and JS by appending content hash to their filenames\n- [Compress text files with Pako](https://github.com/jameswyse/gulp-pako)\nfor avoiding the overhead of on-the-fly compression on server\n- [PageSpeed Insights](https://developers.google.com/speed/docs/insights/about) for performance tuning\n- Built-in preview server with [BrowserSync](http://www.browsersync.io)\n- Automagically wire-up dependencies installed with [Bower](http://bower.io)\n- [Vulcanize with Content Security Policy](https://github.com/Polymer/vulcanize#content-security-policy)\n- [web-component-tester](https://github.com/Polymer/web-component-tester) support\n- Quick deploy to [CDN](http://en.wikipedia.org/wiki/Content_delivery_network) Hosting\n - [GitHub Pages](https://pages.github.com) - [more info](https://github.com/blog/1715-faster-more-awesome-github-pages)\n\n## Installation\n\n### Tools on Ubuntu\n\n```sh\n# Add Ruby repository\nsudo add-apt-repository -y ppa:brightbox/ruby-ng\n# Script to install NodeSource repository\ncurl -sL https://deb.nodesource.com/setup | sudo bash -\n# Install Git, Node.js and Ruby\nsudo apt-get install -y git nodejs ruby2.2\n# Install Bower, Gulp and NPM\nsudo npm install -g bower gulp npm\n# Install Sass\nsudo gem install sass\n```\n\n- [Atom](https://atom.io) is great editor for web development, you can use\n[Atom on Ubuntu](https://gist.github.com/JosefJezek/6d7386cb7011cc8f5d37) script.\n- For other OS, you can use [Ubuntu VM Image](http://www.osboxes.org/ubuntu/) or Google Search :wink:\n\n## Usage\n\n### [Fork](https://github.com/StartPolymer/polymer-starter-kit/fork) this repository\n\n[Syncing a fork](https://help.github.com/articles/syncing-a-fork/)\nof a repository to keep it up-to-date with the upstream repository.\n\nor\n\n### Clone this repository to separate branch `psk`\n\n```sh\ngit clone https://github.com/StartPolymer/polymer-starter-kit.git \u003cmy-repo-name\u003e\ncd \u003cmy-repo-name\u003e\ngit branch -m psk\ngit checkout -b master\ngit remote rename origin psk\ngit remote add origin https://github.com/\u003cuser\u003e/\u003cmy-repo-name\u003e.git\ngit push -u origin master\n```\n\n[How to use Git](https://gist.github.com/JosefJezek/775e54583ef319c8c641)\n\n### Install dependencies\n\n```sh\nbower install \u0026\u0026 npm install\n```\n\n### Check out the variables\n\n- Gulp variables are in the file [gulp/psk-config.js](https://github.com/StartPolymer/polymer-starter-kit/blob/master/gulp/psk-config.js)\n\n### Serve to local and external URL\n\n`http://localhost:9000` and `http://\u003cYour IP\u003e:9000`\n\n```sh\ngulp serve\n```\n\n#### Build and serve the output from the dist build\n\n```sh\ngulp serve:dist\n```\n\n### Build the app\n\n```sh\ngulp\n```\n\n### Build a polymer element\n\nCheck out the [file structure](https://github.com/StartPolymer/polymer-demo/tree/develop/app/elements)\nof Polymer Demo element\n\n```sh\ngulp build:el\n```\n\n### Explain `psk-` prefix\n\n`psk-` prefix in file names is for git merging with `psk` branch without conflicts\n\n## Deploy :tada:\n\n### Deploy to GitHub Pages\n\nFirst you need to be sure you have a gh-pages branch. If you don't have one, you can do the following:\n\n```sh\ngit checkout --orphan gh-pages\ngit rm -rf .\ntouch README.md\ngit add README.md\ngit commit -m \"Init gh-pages\"\ngit push --set-upstream origin gh-pages\ngit checkout master\n```\n\n```sh\ngulp deploy:gh\n```\n\n## Tools\n\n### PageSpeed Insights\n\n```sh\ngulp pagespeed\n```\n\n## Extending\n\nUse a [recipes](https://github.com/yeoman/generator-gulp-webapp/blob/master/docs/recipes/README.md)\nfor integrating other popular technologies like CoffeeScript. Or this a\n[recipes](https://github.com/gulpjs/gulp/tree/master/docs/recipes).\n\n### [web-component-tester](https://github.com/Polymer/web-component-tester)\n\n```sh\nbower install web-component-tester --save-dev\nnpm install web-component-tester --save-dev\n```\n\n## Contributing :+1:\n\n1. Fork it\n2. Create your feature branch (`git checkout -b my-new-feature`)\n3. Make your changes\n4. Run the tests, adding new ones for your own code if necessary\n5. Commit your changes (`git commit -am 'Added some feature'`)\n6. Push to the branch (`git push origin my-new-feature`)\n7. Create new Pull Request\n\n## [MIT License](https://github.com/StartPolymer/polymer-starter-kit/blob/master/LICENSE)\n\nCopyright (c) 2015 Start Polymer ([http://startpolymer.org](http://startpolymer.org))\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstartpolymer%2Fpolymer-starter-kit-old","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstartpolymer%2Fpolymer-starter-kit-old","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstartpolymer%2Fpolymer-starter-kit-old/lists"}