{"id":20152041,"url":"https://github.com/denishrana09/react-webpack","last_synced_at":"2026-05-12T00:43:48.064Z","repository":{"id":102013685,"uuid":"175597792","full_name":"denishrana09/react-webpack","owner":"denishrana09","description":"React App with Webpack","archived":false,"fork":false,"pushed_at":"2019-03-15T05:28:47.000Z","size":242,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-13T11:51:13.101Z","etag":null,"topics":["react-webpack","react-webpack-starterkit","webpack","webpack4"],"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/denishrana09.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,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-03-14T10:17:15.000Z","updated_at":"2019-03-15T05:28:49.000Z","dependencies_parsed_at":null,"dependency_job_id":"4276ab70-251a-4bf8-84a0-f9f94f531b00","html_url":"https://github.com/denishrana09/react-webpack","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denishrana09%2Freact-webpack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denishrana09%2Freact-webpack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denishrana09%2Freact-webpack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denishrana09%2Freact-webpack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denishrana09","download_url":"https://codeload.github.com/denishrana09/react-webpack/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241592150,"owners_count":19987311,"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","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":["react-webpack","react-webpack-starterkit","webpack","webpack4"],"created_at":"2024-11-13T23:08:24.770Z","updated_at":"2025-11-29T01:02:54.669Z","avatar_url":"https://github.com/denishrana09.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# React Webpack Starter\n\nThis is a boilerplate for React 16 \u0026 Webpack 4.\n\nIt includes webpack-dev-server, babel, file-loader,css and scss loader.\n\n## Quick Start\n\n``` bash\n# Install dependencies\nnpm install\n\n# Serve on localhost:3000\nnpm start\n\n# Build for production\nnpm run build\n```\n\n## App Info\n\n### Author\n\nDenish Rana\n\n### Version\n\n1.0.0\n\n### things you need to know\n\n## webpack-dev-server:\n\nThe webpack-dev-server provides you with a simple web server and the ability to use live reloading.\n\n## clean-webpack-plugin:\n\nA webpack plugin to remove/clean your build folder(s).\n\nBy default, this plugin will remove all files inside webpack's output.path directory, as well as all unused webpack assets after every successful rebuild.\n\n## html-webpack-plugin:\n\nif we changed the name of one of our entry points, or even added a new one, the generated bundles would be renamed on a build, but our index.html file would still reference the old names\n\nHtmlWebpackPlugin by default will generate its own index.html file, even though we already have one in the dist/ folder. This means that it will replace our index.html file with a newly generated one.\n\n## mini-css-extract-plugin:\n\nThis plugin extracts CSS into separate files. It creates a CSS file per JS file which contains CSS. It supports On-Demand-Loading of CSS and SourceMaps.\n\nIt builds on top of a new webpack v4 feature (module types) and requires webpack 4 to work.\n\n## HotModuleReplacementPlugin:\n\nHot Module Replacement (or HMR) is one of the most useful features offered by webpack. It allows all kinds of modules to be updated at runtime without the need for a full refresh.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdenishrana09%2Freact-webpack","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdenishrana09%2Freact-webpack","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdenishrana09%2Freact-webpack/lists"}