{"id":22528766,"url":"https://github.com/shaherashraf/webpackboilerplate","last_synced_at":"2026-04-09T02:02:02.870Z","repository":{"id":218640977,"uuid":"435872584","full_name":"ShaherAshraf/WebpackBoilerplate","owner":"ShaherAshraf","description":"📦 A webpack boilerplate using Babel, PostCSS and Sass.","archived":false,"fork":false,"pushed_at":"2021-12-07T12:44:10.000Z","size":116,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-12T09:00:36.023Z","etag":null,"topics":["babel","es6","hot-reloading","hot-replacement","javascript","postcss","sass","webpack"],"latest_commit_sha":null,"homepage":"","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/ShaherAshraf.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}},"created_at":"2021-12-07T12:32:08.000Z","updated_at":"2021-12-07T12:47:43.000Z","dependencies_parsed_at":"2024-01-23T04:16:03.651Z","dependency_job_id":"088b224f-5394-48b8-8782-7ed37f0bed91","html_url":"https://github.com/ShaherAshraf/WebpackBoilerplate","commit_stats":null,"previous_names":["shaherashraf/webpackboilerplate"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ShaherAshraf/WebpackBoilerplate","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShaherAshraf%2FWebpackBoilerplate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShaherAshraf%2FWebpackBoilerplate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShaherAshraf%2FWebpackBoilerplate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShaherAshraf%2FWebpackBoilerplate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ShaherAshraf","download_url":"https://codeload.github.com/ShaherAshraf/WebpackBoilerplate/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShaherAshraf%2FWebpackBoilerplate/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31581864,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-08T14:31:17.711Z","status":"online","status_checked_at":"2026-04-09T02:00:06.848Z","response_time":112,"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":["babel","es6","hot-reloading","hot-replacement","javascript","postcss","sass","webpack"],"created_at":"2024-12-07T07:12:19.010Z","updated_at":"2026-04-09T02:02:02.818Z","avatar_url":"https://github.com/ShaherAshraf.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 📦 webpack Boilerplate\n\n[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)\n\nA webpack boilerplate using Babel, PostCSS and Sass.\n\n## Installation\n\nClone this repo and npm install.\n\n```bash\nnpm i\n```\n\n## Usage\n\n### Development server\n\n```bash\nnpm run serve\n```\n\nYou can view the development server at `localhost:3000`.\n\n### Production build\n\n```bash\nnpm run build\n```\n\n## Features\n\n- [webpack](https://webpack.js.org/)\n- [Babel](https://babeljs.io/)\n- [Sass](https://sass-lang.com/)\n- [PostCSS](https://postcss.org/)\n\n## Dependencies\n\n### webpack\n\n- [`webpack`](https://github.com/webpack/webpack) - Module and asset bundler.\n- [`webpack-cli`](https://github.com/webpack/webpack-cli) - Command line interface for webpack\n- [`webpack-dev-server`](https://github.com/webpack/webpack-dev-server) - Development server for webpack\n\n### Babel\n\n- [`@babel/core`](https://www.npmjs.com/package/@babel/core) - Transpile ES6+ to backwards compatible JavaScript\n- [`@babel/cli`](https://babeljs.io/docs/en/babel-cli) - A CLI used to compile files from the command line.\n- [`@babel/preset-env`](https://babeljs.io/docs/en/babel-preset-env) - Smart defaults for Babel\n\n### Loaders\n\n- [`babel-loader`](https://webpack.js.org/loaders/babel-loader/) - Transpile files with Babel and webpack\n- [`sass-loader`](https://webpack.js.org/loaders/sass-loader/) - Load SCSS and compile to CSS\n  - [`sass`](https://www.npmjs.com/package/sass) - Node Sass\n- [`postcss-loader`](https://webpack.js.org/loaders/postcss-loader/) - Process CSS with PostCSS\n  - [`postcss-preset-env`](https://www.npmjs.com/package/postcss-preset-env) - Sensible defaults for PostCSS\n- [`css-loader`](https://webpack.js.org/loaders/css-loader/) - Resolve CSS imports\n- [`style-loader`](https://webpack.js.org/loaders/style-loader/) - Inject CSS into the DOM\n\n### Plugins\n\n- [`mini-css-extract-plugin`](https://github.com/webpack-contrib/mini-css-extract-plugin) - Extract CSS into separate files\n- [`autoprefixer`](https://github.com/postcss/autoprefixer) - A PostCSS plugin which parses your CSS and adds vendor prefixes\n- [`postcss-import`](https://github.com/postcss/postcss-import) - PostCSS plugin to transform @import rules by inlining content.\n\n## Author\n\n- [Shaher Ashraf](https://thegoat7.netlify.app/)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshaherashraf%2Fwebpackboilerplate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshaherashraf%2Fwebpackboilerplate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshaherashraf%2Fwebpackboilerplate/lists"}