{"id":25031889,"url":"https://github.com/lgraubner/webpack-boilerplate-react","last_synced_at":"2026-04-11T05:31:36.147Z","repository":{"id":69992636,"uuid":"76074366","full_name":"lgraubner/webpack-boilerplate-react","owner":"lgraubner","description":"Basic Webpack boilerplate for React projects.","archived":false,"fork":false,"pushed_at":"2017-10-27T08:03:07.000Z","size":296,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-27T16:53:21.540Z","etag":null,"topics":["flow","hmr","jest","postcss","prettier","react","webpack","webpack-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/lgraubner.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":"2016-12-09T22:15:07.000Z","updated_at":"2017-06-13T13:31:17.000Z","dependencies_parsed_at":"2023-03-11T07:40:54.170Z","dependency_job_id":null,"html_url":"https://github.com/lgraubner/webpack-boilerplate-react","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/lgraubner%2Fwebpack-boilerplate-react","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lgraubner%2Fwebpack-boilerplate-react/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lgraubner%2Fwebpack-boilerplate-react/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lgraubner%2Fwebpack-boilerplate-react/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lgraubner","download_url":"https://codeload.github.com/lgraubner/webpack-boilerplate-react/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246372505,"owners_count":20766625,"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":["flow","hmr","jest","postcss","prettier","react","webpack","webpack-boilerplate"],"created_at":"2025-02-05T22:45:31.999Z","updated_at":"2025-12-30T20:14:50.223Z","avatar_url":"https://github.com/lgraubner.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Webpack boilerplate for React projects\n\nBasic Webpack boilerplate for [React](https://facebook.github.io/react/) projects. The following features are included:\n\n- [Flow](https://flow.org/) for type checking\n- [Jest](https://facebook.github.io/jest/) for testing\n- [ESLint](http://eslint.org/) for linting\n- [Prettier](https://github.com/prettier/prettier) for consistent formatting\n- [CSS Modules](https://github.com/css-modules/postcss-modules) with [autoprefixing](https://github.com/postcss/autoprefixer)\n- [ES Stage 0](https://babeljs.io/docs/plugins/preset-stage-0/) support\n- Hot module reloading\n\nBeside React there are no opinionated frontend libraries such as Redux, React Router etc. Install them by your own.\n\n## Usage\n\n```Bash\n# clone project\ngit clone https://github.com/lgraubner/webpack-boilerplate-react.git\ncd webpack-boilerplate-react\n\n# initialize new git workspace\nrm -rf .git\ngit init\n\n# install npm dependencies\nyarn install\n\n# start development server\nyarn dev\n```\n\nTo create a production bundle run `yarn build` which will generate the files in the `dist` folder. Serve them with nginx or any other appropriate Server.\n\nTo test your application run `yarn run lint` and `yarn run flow`.\n\n\nTODO:\n- Offline Plugin\n- Server side rendering\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flgraubner%2Fwebpack-boilerplate-react","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flgraubner%2Fwebpack-boilerplate-react","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flgraubner%2Fwebpack-boilerplate-react/lists"}