{"id":19632766,"url":"https://github.com/hosseinkarami/react-starter-kit","last_synced_at":"2025-09-15T20:16:05.706Z","repository":{"id":22844636,"uuid":"97459108","full_name":"HosseinKarami/React-Starter-Kit","owner":"HosseinKarami","description":"React Starter Kit - Fiercely quick front-end boilerplate and workflows,  React.js, Babel, PostCSS, Webpack","archived":false,"fork":false,"pushed_at":"2022-12-06T20:20:05.000Z","size":981,"stargazers_count":59,"open_issues_count":22,"forks_count":21,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-28T07:40:09.677Z","etag":null,"topics":["babel","react","reactjs","webpack"],"latest_commit_sha":null,"homepage":"https://hosseinkarami.github.io/React-Starter-Kit/","language":"CSS","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/HosseinKarami.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}},"created_at":"2017-07-17T09:29:06.000Z","updated_at":"2023-08-06T11:29:53.000Z","dependencies_parsed_at":"2022-08-29T02:00:18.873Z","dependency_job_id":null,"html_url":"https://github.com/HosseinKarami/React-Starter-Kit","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/HosseinKarami/React-Starter-Kit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HosseinKarami%2FReact-Starter-Kit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HosseinKarami%2FReact-Starter-Kit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HosseinKarami%2FReact-Starter-Kit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HosseinKarami%2FReact-Starter-Kit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/HosseinKarami","download_url":"https://codeload.github.com/HosseinKarami/React-Starter-Kit/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HosseinKarami%2FReact-Starter-Kit/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":275313762,"owners_count":25442766,"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-09-15T02:00:09.272Z","response_time":75,"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","react","reactjs","webpack"],"created_at":"2024-11-11T12:15:20.853Z","updated_at":"2025-09-15T20:16:05.648Z","avatar_url":"https://github.com/HosseinKarami.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# React Starter Kit\n### Install\n```\nyarn install\n```\n##### Command Setup\nIn the project directory, you can run:\n```\nyarn start or yarn build\n```\nRuns the app in the development mode.\nOpen http://localhost:9000 to view it in the browser.\n\nThe page will reload if you make edits.\n```\nyarn build:prod\n```\nBuilds the app for production to the app folder.\nIt correctly bundles React in production mode and optimizes the build for the best performance.\n\nThe build is minified.\nYour app is ready to be deployed!\n\nSee the section about [**deployment**](https://github.com/facebookincubator/create-react-app/blob/master/packages/react-scripts/template/README.md#deployment) for more information.\n### Dynamic copyright/project banners\n\nThe package.json includes the dependencies for the project as well as information about the project. Entries here will be dynamically appended to the top of generated `.css` and` .js` files, by default it ships with FastShell's banner:\n```\n/*!\n * +-----------------------------+\n * ReactStarterKit               *\n * ReactJs - React Starter Kit   *\n * @author Hossein Karami        *\n * https://hosseinkarami.com     *\n * Copyright 2017 MIT licensed.  *\n * +-----------------------------+\n */\n```\n#### Scaffolding\n```\nReactStarterKit\n├── README.md\n├── node_modules\n├── webpack.config.js\n├── postcss.config.js\n├── package.json\n├── .gitignore\n├── app\n│   ├── assets\n│   │   ├── css\n│   │   ├── img\n│   │   └── js\n│   ├── favicon.ico\n│   └── index.html\n│   \n└── src\n    └── app\n    │    ├── components\n    │    └── utils\n    └── scss\n    │    ├── mixins\n    │    ├── modules\n    │    ├── partials\n    │    ├── vendor\n    │    └── style.scss\n    └── index.js\n    └── favicon.ico\n```\n## License\n**The MIT License (MIT)**\n\nCopyright © 2017 Hossein Karami \u003chi@hosseinkarami.com\u003e\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhosseinkarami%2Freact-starter-kit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhosseinkarami%2Freact-starter-kit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhosseinkarami%2Freact-starter-kit/lists"}