{"id":15377711,"url":"https://github.com/rstacruz/webpack-starter-kit","last_synced_at":"2026-03-10T19:32:39.558Z","repository":{"id":66010367,"uuid":"77729744","full_name":"rstacruz/webpack-starter-kit","owner":"rstacruz","description":"Baseline configuration for Webpack","archived":false,"fork":false,"pushed_at":"2018-07-16T11:32:55.000Z","size":430,"stargazers_count":19,"open_issues_count":1,"forks_count":4,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-18T03:05:22.275Z","etag":null,"topics":["css","javascript","webpack"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/rstacruz.png","metadata":{"files":{"readme":"README.md","changelog":"HISTORY.md","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,"zenodo":null}},"created_at":"2016-12-31T07:12:29.000Z","updated_at":"2025-01-21T21:41:39.000Z","dependencies_parsed_at":null,"dependency_job_id":"4ea5c946-bf44-43e1-87f4-448adcb7af52","html_url":"https://github.com/rstacruz/webpack-starter-kit","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/rstacruz/webpack-starter-kit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rstacruz%2Fwebpack-starter-kit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rstacruz%2Fwebpack-starter-kit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rstacruz%2Fwebpack-starter-kit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rstacruz%2Fwebpack-starter-kit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rstacruz","download_url":"https://codeload.github.com/rstacruz/webpack-starter-kit/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rstacruz%2Fwebpack-starter-kit/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30350093,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-10T15:55:29.454Z","status":"ssl_error","status_checked_at":"2026-03-10T15:54:58.440Z","response_time":106,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["css","javascript","webpack"],"created_at":"2024-10-01T14:13:26.003Z","updated_at":"2026-03-10T19:32:39.550Z","avatar_url":"https://github.com/rstacruz.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Webpack starter kit\n\n\u003e Baseline configuration for Webpack\n\nTakes HTML, CSS, and JS files (`web/`) and compiles them (`public/`) using [Webpack]. This is the [webpack.config.js] that I usually start with in new projects.\n\n[Webpack]: https://webpack.github.io/\n[webpack.config.js]: webpack.config.js\n\n## Features\n\nYou get these out of the box:\n\n- Modern JavaScript ([Babel])\n- Modern CSS ([PostCSS] \u0026 [cssnext])\n- Development server ([WebpackDevServer])\n- Automatic browser reloading ([LiveReloadPlugin])\n- CSS linting ([Stylelint])\n- Plain HTML \u0026 images\n\nOptional features (see `EXTRAS.md`):\n\n- [Sass](EXTRAS.md#sass)\n- [Phoenix support](EXTRAS.md#phoenix)\n- [React](EXTRAS.md#react)\n- [React hot module reloading](EXTRAS.md)\n\n[Babel]: http://babeljs.io/\n[PostCSS]: http://postcss.org/\n[cssnext]: http://cssnext.io/\n[Stylelint]: http://stylelint.io/\n[WebpackDevServer]: https://webpack.js.org/configuration/dev-server/\n[LiveReloadPlugin]: https://www.npmjs.com/package/webpack-livereload-plugin\n\n## Installation\n\nGet node.js and Yarn. Then download the files into your projects:\n\n```sh\ncurl -L \"https://github.com/rstacruz/webpack-starter-kit/archive/master.tar.gz\" | tar xz\nmv webpack-starter-kit-master/{yarn.lock,package.json,postcss.config.js,webpack.config.js,.stylelintrc,web/assets,web/css,web/js,web/html} .\nrm -rf webpack-starter-kit-master\n```\n\n## Updates\n\nThis kit is updated whenever I find something good to add; see [HISTORY.md](HISTORY.md) for a change log.\n\n## Thanks\n\n**webpack-starter-kit** © 2016-2018, Rico Sta. Cruz. Released under the [MIT] License.\u003cbr\u003e\nAuthored and maintained by Rico Sta. Cruz with help from contributors ([list][contributors]).\n\n\u003e [ricostacruz.com](http://ricostacruz.com) \u0026nbsp;\u0026middot;\u0026nbsp;\n\u003e GitHub [@rstacruz](https://github.com/rstacruz) \u0026nbsp;\u0026middot;\u0026nbsp;\n\u003e Twitter [@rstacruz](https://twitter.com/rstacruz)\n\n[MIT]: http://mit-license.org/\n[contributors]: http://github.com/rstacruz/webpack-starter-kit/contributors\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frstacruz%2Fwebpack-starter-kit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frstacruz%2Fwebpack-starter-kit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frstacruz%2Fwebpack-starter-kit/lists"}