{"id":16325361,"url":"https://github.com/jeantimex/react-webapp-boilerplate","last_synced_at":"2025-10-25T20:31:56.652Z","repository":{"id":148195042,"uuid":"88465230","full_name":"jeantimex/react-webapp-boilerplate","owner":"jeantimex","description":":rocket: React Webapp Boilerplate demonstrates how to scaffold a web application using React, Webpack and Jest.","archived":false,"fork":false,"pushed_at":"2017-10-18T04:59:50.000Z","size":2076,"stargazers_count":7,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-12T18:21:32.456Z","etag":null,"topics":["i18n","jest","react","react-boilerplate","react-intl","react-router-redux","redux","scaffolding","webpack3"],"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/jeantimex.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}},"created_at":"2017-04-17T03:43:19.000Z","updated_at":"2025-07-21T20:00:06.000Z","dependencies_parsed_at":"2023-05-19T10:00:34.888Z","dependency_job_id":null,"html_url":"https://github.com/jeantimex/react-webapp-boilerplate","commit_stats":{"total_commits":72,"total_committers":2,"mean_commits":36.0,"dds":0.01388888888888884,"last_synced_commit":"35911b7f4f81b801756c89a3a98cef4dfdd71a85"},"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/jeantimex/react-webapp-boilerplate","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeantimex%2Freact-webapp-boilerplate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeantimex%2Freact-webapp-boilerplate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeantimex%2Freact-webapp-boilerplate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeantimex%2Freact-webapp-boilerplate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jeantimex","download_url":"https://codeload.github.com/jeantimex/react-webapp-boilerplate/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeantimex%2Freact-webapp-boilerplate/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281015767,"owners_count":26430148,"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-10-25T02:00:06.499Z","response_time":81,"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":["i18n","jest","react","react-boilerplate","react-intl","react-router-redux","redux","scaffolding","webpack3"],"created_at":"2024-10-10T23:04:52.205Z","updated_at":"2025-10-25T20:31:56.296Z","avatar_url":"https://github.com/jeantimex.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# React Webapp Boilerplate\n\n[![dependencies Status](https://david-dm.org/jeantimex/react-webapp-boilerplate/status.svg)](https://david-dm.org/jeantimex/react-webapp-boilerplate)\n[![devDependencies Status](https://david-dm.org/jeantimex/react-webapp-boilerplate/dev-status.svg)](https://david-dm.org/jeantimex/react-webapp-boilerplate?type=dev)\n[![Build Status](https://travis-ci.org/jeantimex/react-webapp-boilerplate.svg?branch=master)](https://travis-ci.org/jeantimex/react-webapp-boilerplate)\n[![Coverage Status](https://coveralls.io/repos/github/jeantimex/react-webapp-boilerplate/badge.svg)](https://coveralls.io/github/jeantimex/react-webapp-boilerplate)\n\n![rocket](docs/images/cover.png)\u003cbr /\u003e\n\n## Features\n\n**Quick scaffolding**\u003cbr /\u003e\nSave your time in putting React, Redux, Router, Webpack, Jest and localization together, so you can focus on coding your awesome project.\n\n**Basic react eco system**\u003cbr /\u003e\nThe scaffolded project will include the latest React, Redux, React Router and React Intl.\n\n**Webpack 3**\u003cbr /\u003e\nEnjoy the tree shaking feature in Webpack 3.\n\n**Jest**\u003cbr /\u003e\nFacebook's painless JavaScript test runner, no need to configure Karma Webpack, no need to use Sinon and Babel Rewire.\n\n## Quick start\n\n**Get up and running**\u003cbr /\u003e\n1. Clone this repo using `git clone https://github.com/jeantimex/react-webapp-boilerplate.git`\n2. Run `yarn` or `npm install` to install the dependencies\n3. Run `yarn run dev` or `npm run dev` to see the example app at `http://localhost:3000`\n\n![devtools](docs/images/devtools.png)\u003cbr /\u003e\n\n**Unit testing**\u003cbr /\u003e\nUnit testing is powered by **Jest**, run `yarn run test` or `npm run test` and the results will be printed:\n```\n PASS  tests/pages/todos/Todos.spec.js\n PASS  tests/pages/about/About.spec.js\n PASS  tests/reducers/TodoReducer.spec.js\n PASS  tests/actions/index.spec.js\n-----------------|----------|----------|----------|----------|----------------|\nFile             |  % Stmts | % Branch |  % Funcs |  % Lines |Uncovered Lines |\n-----------------|----------|----------|----------|----------|----------------|\nAll files        |      100 |      100 |      100 |      100 |                |\n pages/about     |      100 |      100 |      100 |      100 |                |\n  About.js       |      100 |      100 |      100 |      100 |                |\n pages/todos     |      100 |      100 |      100 |      100 |                |\n  Todos.js       |      100 |      100 |      100 |      100 |                |\n reducers        |      100 |      100 |      100 |      100 |                |\n  TodoReducer.js |      100 |      100 |      100 |      100 |                |\n-----------------|----------|----------|----------|----------|----------------|\n```\n\n**Localization**\u003cbr /\u003e\nThis demo supports two locales: `en-US` and `zh-CN`, you can add other locales for your application. By default, `en-US` is used, to choose a different locale for development and final build, simply specify the `LOCALE` node environment to your locale, for example:\n\n- `LOCALE=zh-CN yarn run dev` or `LOCALE=zh-CN npm run dev`: Running example app in Chinese language.\n- `LOCALE=zh-CN yarn run build` or `LOCALE=zh-CN npm run build`: Build the dist for Chinese language.\n- `yarn run release` or `npm run release`: Bundle the assets for all supported locales that are defined in `app/locales` folder.\n\n## License\n\nMIT License\n\nCopyright (c) 2017 Yong Su @jeantimex\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjeantimex%2Freact-webapp-boilerplate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjeantimex%2Freact-webapp-boilerplate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjeantimex%2Freact-webapp-boilerplate/lists"}