{"id":18658623,"url":"https://github.com/king-prawns/webpack2-sfs","last_synced_at":"2026-05-01T06:33:59.959Z","repository":{"id":144077473,"uuid":"86901422","full_name":"king-prawns/Webpack2-SFS","owner":"king-prawns","description":"Webpack 2 Expert - Start from scratch","archived":false,"fork":false,"pushed_at":"2017-12-29T17:14:10.000Z","size":74,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-18T01:36:26.972Z","etag":null,"topics":["webpack"],"latest_commit_sha":null,"homepage":"","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/king-prawns.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-04-01T09:17:56.000Z","updated_at":"2021-11-11T10:15:29.000Z","dependencies_parsed_at":null,"dependency_job_id":"56e98640-eef8-4d8a-ba06-726d8c037b80","html_url":"https://github.com/king-prawns/Webpack2-SFS","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/king-prawns/Webpack2-SFS","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/king-prawns%2FWebpack2-SFS","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/king-prawns%2FWebpack2-SFS/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/king-prawns%2FWebpack2-SFS/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/king-prawns%2FWebpack2-SFS/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/king-prawns","download_url":"https://codeload.github.com/king-prawns/Webpack2-SFS/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/king-prawns%2FWebpack2-SFS/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32487566,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"online","status_checked_at":"2026-05-01T02:00:05.856Z","response_time":64,"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":["webpack"],"created_at":"2024-11-07T07:33:52.049Z","updated_at":"2026-05-01T06:33:59.943Z","avatar_url":"https://github.com/king-prawns.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Webpack2-Expert\nWebpack 2 Expert - Start from scratch\n\n## Installation\n- Install Node.js\n\nGo to [Node website](https://nodejs.org/en/)\n\n- Install Yarn\n(npm should work as well)\n\nGo to [Yarn website](https://yarnpkg.com/en/docs/install#mac-tab)\n\nA very cool dependency management\n\n## Usage\n- Clone or Download the project\n\n- Install dependencies\n```\n$ cd my-project\n$ yarn install\n```\n\na) for dev build\n```\n$ cd my-project\n$ yarn run dev\n```\n\nb) for prod build\n\n```\n$ cd my-project\n$ yarn run build \n```\n\nInstall [http-server](https://github.com/indexzero/http-server)\n\nA command-line http server\n```\n$ yarn global add http-server\n```\nthen \n\n```\n$ cd my-project\\dist\nhttp-server\n```\n\n- Go to localhost\n\na) for dev build: [localhost:8000](http://localhost:8000/)\n\nb) for prod build: [localhost:8080](http://localhost:8080/)\n\n## Features\n\n- [Webpack dev middleware](https://github.com/webpack/webpack-dev-middleware)\n- [HMR](https://github.com/glenjamin/webpack-hot-middleware)\n- [Webpack merge](https://github.com/survivejs/webpack-merge)\n- [Babel (es6)](https://github.com/babel/babel-loader)\n- [EsLint](https://github.com/MoOx/eslint-loader)\n- [StyleLint](https://github.com/JaKXz/stylelint-webpack-plugin) \n- [StyleLint Standard Config](https://github.com/stylelint/stylelint-config-standard)\n- [Style Loader](https://github.com/webpack-contrib/style-loader)\n- [Resolve Url](https://github.com/bholloway/resolve-url-loader)\n- [Url Loader](https://github.com/webpack-contrib/url-loader)\n- [PostCss](https://github.com/postcss/postcss-loader)\n- [Sass](https://github.com/webpack-contrib/sass-loader)\n- [Handlebars](https://github.com/pcardune/handlebars-loader)\n- [Extract Text-webpack plugin](https://github.com/webpack-contrib/extract-text-webpack-plugin)\n- [Html-webpack plugin](https://github.com/jantimon/html-webpack-plugin)\n- [Copy-webpack plugin](https://github.com/kevlened/copy-webpack-plugin)\n- Webpack Plugins: Provide, Define, UglifyJS, CommonsChunk\n\n## Conclusion\n\nThis is a very complete example, I hope this will help you to understand better Webpack 2.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fking-prawns%2Fwebpack2-sfs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fking-prawns%2Fwebpack2-sfs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fking-prawns%2Fwebpack2-sfs/lists"}