{"id":13805512,"url":"https://github.com/innFactory/create-react-app-material-typescript-redux","last_synced_at":"2025-05-13T19:31:13.410Z","repository":{"id":54390291,"uuid":"119300541","full_name":"innFactory/create-react-app-material-typescript-redux","owner":"innFactory","description":"A ready to use boilerplate for starting big react projects","archived":false,"fork":false,"pushed_at":"2021-02-21T13:07:14.000Z","size":2397,"stargazers_count":287,"open_issues_count":2,"forks_count":73,"subscribers_count":19,"default_branch":"master","last_synced_at":"2025-05-11T19:17:50.604Z","etag":null,"topics":["boilerplate","material","material-ui","progressive-web-app","pwa","pwa-boilerplate","react","react-router","redux","starter","template","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/innFactory.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}},"created_at":"2018-01-28T21:43:21.000Z","updated_at":"2025-03-03T20:48:29.000Z","dependencies_parsed_at":"2022-08-13T14:11:01.091Z","dependency_job_id":null,"html_url":"https://github.com/innFactory/create-react-app-material-typescript-redux","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/innFactory%2Fcreate-react-app-material-typescript-redux","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/innFactory%2Fcreate-react-app-material-typescript-redux/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/innFactory%2Fcreate-react-app-material-typescript-redux/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/innFactory%2Fcreate-react-app-material-typescript-redux/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/innFactory","download_url":"https://codeload.github.com/innFactory/create-react-app-material-typescript-redux/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254012968,"owners_count":21999346,"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":["boilerplate","material","material-ui","progressive-web-app","pwa","pwa-boilerplate","react","react-router","redux","starter","template","typescript"],"created_at":"2024-08-04T01:01:01.852Z","updated_at":"2025-05-13T19:31:12.711Z","avatar_url":"https://github.com/innFactory.png","language":"TypeScript","funding_links":[],"categories":["Boilerplates"],"sub_categories":[],"readme":"# create-react-app-material-typescript-redux derived from Create React App example with Material-UI, TypeScript, Redux and Routing\n\nMade with our new CLI Tool [react-factory](https://github.com/innFactory/react-factory) for choosing the optional features and configure our individual setup.\n\n\u003cimg width=\"100%\" src=\"screenshot.png\" alt=\"example\"/\u003e\n\nInspired by:\n\n-   [Material-UI](https://github.com/mui-org/material-ui)\n-   [react-redux-typescript-boilerplate](https://github.com/rokoroku/react-redux-typescript-boilerplate)\n\n## Contains\n\n- [x] [Material-UI](https://github.com/mui-org/material-ui)\n- [x] [Typescript](https://www.typescriptlang.org/)\n- [x] [React](https://facebook.github.io/react/)\n- [x] [Redux](https://github.com/reactjs/redux)\n- [x] [Redux-Thunk](https://github.com/gaearon/redux-thunk)\n- [x] [Redux-Persist](https://github.com/rt2zz/redux-persist)\n- [x] [React Router](https://github.com/ReactTraining/react-router)\n- [x] [Redux DevTools Extension](https://github.com/zalmoxisus/redux-devtools-extension)\n- [x] [TodoMVC example](http://todomvc.com)\n  \nOptional:\n\n- [ ] Cypress-Tests-Environment\n- [ ] Firebase-Integration\n- [ ] Github Actions (cypress-test, build-and-deploy to firebase)\n- [ ] Snackbars\n- [ ] Subfolder Library\n- [ ] Service Worker\n- [ ] PolyFills (IE11)\n\n\n## How to use\n\nWe made a CLI Tool [react-factory](https://github.com/innFactory/react-factory) to include more options.\n\n\u003cimg width=\"70%\" src=\"react_factory.png\" alt=\"example\"/\u003e\n\nFirst install  [Yeoman](http://yeoman.io) and the CLI Tool:\n```bash\nnpm install -g yo\nnpm install -g generator-react-factory\n```\n\nThen generate your new project:\n\n```bash\nyo react-factory\n```\n\n\n\n## Enable Prettier [OPTIONAL]\n\n1.  Step: Install the Prettier plugin (e.g. the one of Esben Petersen)\n2.  Add the following snippet to your settings in VSCode:\n\n```json\n    \"editor.formatOnSave\": true,\n    \"editor.codeActionsOnSave\": {\n       \"source.organizeImports\": true // optional\n   },\n```\n\n## Enable project snippets [OPTIONAL]\n\nJust install following extension:\n\n\u003cimg width=\"70%\" src=\"vscode_snippet0.png\" alt=\"Project Snippet\"/\u003e\n\nAfter that you can start to type `fcomp` (_for function component_) and you get a template for a new component.\n\n\u003cimg width=\"70%\" src=\"vscode_snippet1.png\" alt=\"Project Snippet\"/\u003e\n\u003cimg width=\"70%\" src=\"vscode_snippet2.png\" alt=\"Project Snippet\"/\u003e\n\n## The idea behind the example\n\nThis example demonstrate how you can use [Create React App](https://github.com/facebookincubator/create-react-app) with [TypeScript](https://github.com/Microsoft/TypeScript).\n\n## Contributors\n\n-   [Anton Spöck](https://github.com/spoeck)\n\nPowered by [innFactory](https://innfactory.de/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FinnFactory%2Fcreate-react-app-material-typescript-redux","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FinnFactory%2Fcreate-react-app-material-typescript-redux","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FinnFactory%2Fcreate-react-app-material-typescript-redux/lists"}