{"id":18594829,"url":"https://github.com/sethbergman/webcomponents-webpack-es6","last_synced_at":"2025-08-19T04:41:21.420Z","repository":{"id":69157574,"uuid":"92465465","full_name":"sethbergman/webcomponents-webpack-es6","owner":"sethbergman","description":null,"archived":false,"fork":false,"pushed_at":"2018-03-23T05:05:47.000Z","size":151,"stargazers_count":4,"open_issues_count":12,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-09T18:59:31.495Z","etag":null,"topics":["es6","starter-kit","webcomponents","webpack","workbox"],"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/sethbergman.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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,"zenodo":null}},"created_at":"2017-05-26T02:52:13.000Z","updated_at":"2018-11-21T21:02:26.000Z","dependencies_parsed_at":null,"dependency_job_id":"d7d6a756-4f57-4f8d-9638-0332ee5731ef","html_url":"https://github.com/sethbergman/webcomponents-webpack-es6","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sethbergman/webcomponents-webpack-es6","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sethbergman%2Fwebcomponents-webpack-es6","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sethbergman%2Fwebcomponents-webpack-es6/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sethbergman%2Fwebcomponents-webpack-es6/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sethbergman%2Fwebcomponents-webpack-es6/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sethbergman","download_url":"https://codeload.github.com/sethbergman/webcomponents-webpack-es6/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sethbergman%2Fwebcomponents-webpack-es6/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271102518,"owners_count":24699633,"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-19T02:00:09.176Z","response_time":63,"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":["es6","starter-kit","webcomponents","webpack","workbox"],"created_at":"2024-11-07T01:17:15.758Z","updated_at":"2025-08-19T04:41:21.346Z","avatar_url":"https://github.com/sethbergman.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# [Web Components](https://www.webcomponents.org/) project starter using ES6 and [Webpack](https://webpack.github.io/)\n\n[![Build Status](https://travis-ci.org/sethbergman/webcomponents-webpack-es6.svg?branch=master)](https://travis-ci.org/sethbergman/webcomponents-webpack-es6)\n\n[![codecov](https://codecov.io/gh/sethbergman/webcomponents-webpack-es6/branch/master/graph/badge.svg)](https://codecov.io/gh/sethbergman/webcomponents-webpack-es6)\n\n[![license](https://img.shields.io/github/license/mashape/apistatus.svg)](LICENSE.txt)\n\n## Project setup includes:\n\n- [x] [web-component](https://github.com/sethbergman/webcomponents-webpack-es6)\n- [x] Server Rendering\n- [x] Webpack2\n- [x] Webpack Dashboard\n- [x] Dev Middleware\n- [x] Web Components es5 shim\n- [x] Babel 6\n- [x] Boostrap\n- [x] Font Awsome\n- [x] Eslint\n- [x] Jest\n\n## TODO\n\n- [ ] Uglify on production (doesn't work with es6 browsers)\n- [ ] Fix jest tests - html templates, mock customElements\n\n## Installation\n\n```sh\n$ git clone https://github.com/sethbergman/webcomponents-webpack-es6.git app-name\n$ cd app-name\n$ npm install\n```\n\n## Development\n\n- Build once for (ready for **_Production_**):\n\n  - `$ npm run build`\n  - `$ npm run build:serve`\n\n  The last command will boot up HTTP server on `3003` port and serve `build/client` directory in a default browser\n\n- Hot reloading via webpack middlewares:\n\n  - `$ npm start`\n  - Point your browser to \u003chttp://localhost:3000/\u003e, page hot reloads automatically when there are changes\n\n## Testing\n\nTo execute all unit tests, use:\n\n```sh\n$ npm run test\n```\n\nTo run unit tests continuously during development (watch tests), use:\n\n```sh\n$ npm run test:watch\n```\n\n## Expose App on Your Local Dev Machine\n\nAssign yourself a unique publicly accessible url that will proxy all requests to your locally running webserver.\n\n```sh\n$ npm install -g localtunnel\n$ npm start\n$ npm run tunnel # run in a new tab\n```\n\nYou will receive a url, for example `https://tbst.localtunnel.me`, that you can share with anyone for as long as your local instance of `lt` remains active. Any requests will be routed to your local service at the specified port.\n\n## License\n\nThe code is available under the [MIT license](LICENSE.txt).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsethbergman%2Fwebcomponents-webpack-es6","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsethbergman%2Fwebcomponents-webpack-es6","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsethbergman%2Fwebcomponents-webpack-es6/lists"}