{"id":14976547,"url":"https://github.com/jaredlunde/webpack2-react-env-boilerplate","last_synced_at":"2026-02-06T07:31:54.021Z","repository":{"id":66086147,"uuid":"84033367","full_name":"jaredLunde/webpack2-react-env-boilerplate","owner":"jaredLunde","description":"A boilerplate for creating Javascript packages with Webpack 2, babel-preset-env and React + HMR.","archived":false,"fork":false,"pushed_at":"2017-04-17T17:57:07.000Z","size":12,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-07-08T23:51:37.061Z","etag":null,"topics":["babel-es6","babel-webpack","boilerplate","boilerplate-template","code-splitting","hmr","hot-reload","react","react-boilerplate","webpack","webpack2","webpack2-boilerplate"],"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/jaredLunde.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-03-06T05:27:10.000Z","updated_at":"2017-10-20T15:34:05.000Z","dependencies_parsed_at":"2023-02-23T06:30:44.099Z","dependency_job_id":null,"html_url":"https://github.com/jaredLunde/webpack2-react-env-boilerplate","commit_stats":{"total_commits":16,"total_committers":1,"mean_commits":16.0,"dds":0.0,"last_synced_commit":"b007494793cafed25701c769fbf6f84842f88d11"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jaredLunde/webpack2-react-env-boilerplate","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaredLunde%2Fwebpack2-react-env-boilerplate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaredLunde%2Fwebpack2-react-env-boilerplate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaredLunde%2Fwebpack2-react-env-boilerplate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaredLunde%2Fwebpack2-react-env-boilerplate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jaredLunde","download_url":"https://codeload.github.com/jaredLunde/webpack2-react-env-boilerplate/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaredLunde%2Fwebpack2-react-env-boilerplate/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267228907,"owners_count":24056372,"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-07-26T02:00:08.937Z","response_time":62,"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","babel-webpack","boilerplate","boilerplate-template","code-splitting","hmr","hot-reload","react","react-boilerplate","webpack","webpack2","webpack2-boilerplate"],"created_at":"2024-09-24T13:54:03.227Z","updated_at":"2026-02-06T07:31:53.909Z","avatar_url":"https://github.com/jaredLunde.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# webpack2-react-env-boilerplate\n## A boilerplate for creating applications with Webpack 2.2, Babel w/ babel-preset-env, and React.\n\nThis package includes everything you need to start building an application with\nWebpack 2 and React.\n\n\n### package.json\nHere you'll find a list of devDependencies for creating this type of\napplication, however, they are listed under 'dependencies' since I use this\nproject as a grouped devDependency in my personal projects.\n\n\n### package.json.tpl\nHere is an example of what your package.json might look like, were you to\nuse this package as a devDependency. Should you choose to do so, you can\ninstall this package with the command:\n\n`npm install --save-dev webpack2-react-env-boilerplate`\n\n\n### server.js\nUsing the command `NODE_ENV=development \u0026\u0026 node server.js` will start your\napplication with hot module reloading on port `:3000` of your localhost, using\nthe webpack configuration at `webpack.config.dev.js` and the index file at\n`index.html`.\n\n\n### webpack.config.dev.js\nThis is an example of a basic development webpack configuration file for this\ntype of application.\n\n\n### webpack.config.js\nThis is an example of a basic distribution webpack configuration file for this\ntype of application. Commented out are examples of implementing http2\naggressive code splitting.\n\n\n### .babelrc\nThis is an example of a basic Babel 6 configuration utilizing babel-preset-env.\n\n\n### /src\nThis is where example index files for both hot reloading (`index.hot.js`) and\ndistribution builds (`index.js`) are located, as well as the 'Hello world'\nReact component (`App.js`).\n\n\n### /assets\nDevelopment Javascript files are output to this folder from\n`webpack.config.dev.js` and static assets such as images and SASS can be\nplaced in here.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjaredlunde%2Fwebpack2-react-env-boilerplate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjaredlunde%2Fwebpack2-react-env-boilerplate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjaredlunde%2Fwebpack2-react-env-boilerplate/lists"}