{"id":21622676,"url":"https://github.com/midoahmed/react-typescript-boilerplate","last_synced_at":"2026-03-01T20:32:54.345Z","repository":{"id":43157538,"uuid":"262182614","full_name":"MidoAhmed/react-typescript-boilerplate","owner":"MidoAhmed","description":"🚀 Modern react web app boilerplate for enterprise-grade projects, highly scalable, best developer experience and a focus on performance and best practices  (React.js, Typescript, Mock API, Hooks, SASS, Bootstrap, Jest, Storybook, Conventional Commits)","archived":false,"fork":false,"pushed_at":"2023-01-06T05:17:43.000Z","size":8025,"stargazers_count":4,"open_issues_count":21,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-07T02:01:58.040Z","etag":null,"topics":["7-1pattern","bootstrap","commitizen","commitlint","flux","hooks","husky","i18n","json-server","lint-staged","react","react-router","sass","storybook","tslint","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/MidoAhmed.png","metadata":{"files":{"readme":"README.md","changelog":"changelog.config.js","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":"2020-05-07T23:48:31.000Z","updated_at":"2023-07-02T21:34:54.000Z","dependencies_parsed_at":"2023-02-05T10:02:31.657Z","dependency_job_id":null,"html_url":"https://github.com/MidoAhmed/react-typescript-boilerplate","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/MidoAhmed/react-typescript-boilerplate","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MidoAhmed%2Freact-typescript-boilerplate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MidoAhmed%2Freact-typescript-boilerplate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MidoAhmed%2Freact-typescript-boilerplate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MidoAhmed%2Freact-typescript-boilerplate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MidoAhmed","download_url":"https://codeload.github.com/MidoAhmed/react-typescript-boilerplate/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MidoAhmed%2Freact-typescript-boilerplate/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29983178,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-01T16:35:47.903Z","status":"ssl_error","status_checked_at":"2026-03-01T16:35:44.899Z","response_time":124,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["7-1pattern","bootstrap","commitizen","commitlint","flux","hooks","husky","i18n","json-server","lint-staged","react","react-router","sass","storybook","tslint","typescript"],"created_at":"2024-11-25T00:09:37.900Z","updated_at":"2026-03-01T20:32:54.324Z","avatar_url":"https://github.com/MidoAhmed.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"./public/logo.png\" width=\"320\" alt=\"Logo\" /\u003e\n\u003c/p\u003e\n\n# react typescript boilerplate 🚀🚀🚀\n\nIs an opinionated web app boilerplate including web development tools and workflow of react ecosystem, industry-standard tools, best practices and a scalable base template.\nA solid starting point for enterprise-grade projects\n\n\u003e This work made with love to setup this architecture and dev environment for new react.js projects.\n\n## Benefits\n\n- Quickstart a project in seconds and focus on features, not on frameworks or tools\n\n- Industrial-grade tools, ready for usage in a continuous integration environment and DevOps\n\n- Scalable architecture with base app template including example components, services and tests\n\n## Features\n\n- \u003cb\u003eTypescript\u003c/b\u003e\n\n  - Typescript is the key to scalability, easy-to-debug code and create maintainable large applications and codebases with a highly productive development experience.\n\n- \u003cb\u003ePredictable state management (Flux)\u003c/b\u003e\n\n  - Unidirectional data flow allows for change logging and time travel debugging.\n\n- \u003cb\u003eMock API\u003c/b\u003e\n\n  - Start development immediatly even if the real APIs haven't been created yet (Independence, backup-plan, Ultra-fast, Test slowness, Aids testing).\n\n- \u003cb\u003eNext generation CSS/SASS\u003c/b\u003e\n\n  - SASS Stylesheets using The 7-1 architecture pattern from Sass Guidelines\n  - Inline Styling\n\n- \u003cb\u003eBest Practices \u003c/b\u003e\n\n  - Solid workflow to make your code healthy\n\n- \u003cb\u003eTest setup (Jest Testing framework for React applications)\u003c/b\u003e\n\n  - Automatically guarantee code quality and non-breaking changes.\n\n- \u003cb\u003eCode quality (linting) for Typescript.\u003c/b\u003e\n\n  - Tslint + Eslint + prettier = ❤️\n\n- \u003cb\u003eCommit conventions : validate commit conventions automatically (commitlint + husky + commitizen)\u003c/b\u003e\n\n  - Automatically check and enforce your commit conventions\n  - Commitlint integration with Travis CI (Continous Integration)\n  - Commit message wizard (tools available that help (new joiners or external contributors) with crafting compliant commit messages.) : commitizen + git-cz\n  - Autofix issues before commit with lint-staged\n\n- \u003cb\u003eStorybook\u003c/b\u003e\n  - Developing Components and see all their states in isolation from your app.\n\n## In progress Features\n\n- \u003cb\u003ei18n internationalization\u003c/b\u003e\n\n  - Easily add and support multiple languages.\n\n- \u003cb\u003eQuick scaffolding\u003c/b\u003e\n\n  - Create components, containers, routes...\n\n- \u003cb\u003eTypeScript source code Documentation\u003c/b\u003e\n\n  - Use a documentation generator for TypeScript projects such as or other alternative - https://typedoc.org/\n\n- \u003cb\u003eEnvironment Configuration\u003c/b\u003e\n  - development, staging and production environment configurations\n\n## Getting Started\n\n- `yarn start`\n\nRuns the app in the development mode.\u003cbr /\u003e\nOpen [http://localhost:3000](http://localhost:3000) to view it in the browser.\n\nThe page will reload if you make edits.\u003cbr /\u003e\nYou will also see any lint errors in the console.\n\n- `yarn test`\n\nLaunches the test runner in the interactive watch mode.\u003cbr /\u003e\nSee the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.\n\n- `yarn build`\n\nBuilds the app for production to the `build` folder.\u003cbr /\u003e\nIt correctly bundles React in production mode and optimizes the build for the best performance.\n\nThe build is minified and the filenames include the hashes.\u003cbr /\u003e\nYour app is ready to be deployed!\n\nSee the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.\n\n- NB: This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).\n\n## Learn More\n\nYou can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started).\n\nTo learn React, check out the [React documentation](https://reactjs.org/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmidoahmed%2Freact-typescript-boilerplate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmidoahmed%2Freact-typescript-boilerplate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmidoahmed%2Freact-typescript-boilerplate/lists"}