{"id":23869170,"url":"https://github.com/extrawest/nx-react-redux-toolkit-starter","last_synced_at":"2025-07-23T07:05:39.891Z","repository":{"id":121938804,"uuid":"600877239","full_name":"extrawest/nx-react-redux-toolkit-starter","owner":"extrawest","description":null,"archived":false,"fork":false,"pushed_at":"2023-02-12T21:17:23.000Z","size":486,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-30T17:46:38.499Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/extrawest.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-02-12T21:16:55.000Z","updated_at":"2023-02-12T21:19:02.000Z","dependencies_parsed_at":null,"dependency_job_id":"ef333f61-6c35-41bc-aff9-bd42af49742d","html_url":"https://github.com/extrawest/nx-react-redux-toolkit-starter","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/extrawest/nx-react-redux-toolkit-starter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/extrawest%2Fnx-react-redux-toolkit-starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/extrawest%2Fnx-react-redux-toolkit-starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/extrawest%2Fnx-react-redux-toolkit-starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/extrawest%2Fnx-react-redux-toolkit-starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/extrawest","download_url":"https://codeload.github.com/extrawest/nx-react-redux-toolkit-starter/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/extrawest%2Fnx-react-redux-toolkit-starter/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266633394,"owners_count":23959543,"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-07-23T02:00:09.312Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"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":[],"created_at":"2025-01-03T12:16:16.579Z","updated_at":"2025-07-23T07:05:39.881Z","avatar_url":"https://github.com/extrawest.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# React starter with NX dev tools and typescript\n\n![Maintaner](https://img.shields.io/badge/maintainer-extrawest.com-blue)\n![GitHub license](https://img.shields.io/github/license/extrawest/react-nx-starter)\n[![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://github.com/extrawest/react-nx-starter/graphs/commit-activity)\n![GitHub release](https://img.shields.io/github/v/release/extrawest/react-nx-starter)\n[![GitHub tag](https://img.shields.io/github/v/tag/extrawest/react-nx-starter)](https://github.com/extrawest/react-nx-starter/tags/)\n\n### List of Tools\n\n![JavaScript](https://img.shields.io/badge/JavaScript-F7DF1E?style=for-the-badge\u0026logo=javascript\u0026logoColor=black)\n![TypeScript](https://img.shields.io/badge/TypeScript-007ACC?style=for-the-badge\u0026logo=typescript\u0026logoColor=white)\n![React](https://img.shields.io/badge/React-20232A?style=for-the-badge\u0026logo=react\u0026logoColor=61DAFB)\n![Redux](https://img.shields.io/badge/Redux-593D88?style=for-the-badge\u0026logo=redux\u0026logoColor=white)\n![Material UI](https://img.shields.io/badge/Material--UI-0081CB?style=for-the-badge\u0026logo=mui\u0026logoColor=white)\n![Nx](https://img.shields.io/badge/workspace-143157?style=for-the-badge\u0026logo=NX\u0026logoColor=white)\n![Firebase](https://img.shields.io/badge/Firebase-FFCB2B?style=for-the-badge\u0026logo=firebase\u0026logoColor=333333)\n\n### Project structure\n\n```text\nreact_app\n├──  .env\n├──  .env.dist\n├── tsconfig.base.json\n├── workspace.json\n├── .eslintrc\n├── .editorconfig\n├── .prettierrc\n├── .prettierignore\n├── .nxignore\n├──  package.json\n├──  package-lock.json\n├── apps\n    ├── template\n        ├── favicon.ico\n        ├── index.html\n        |── main.tsx\n        ├── src\n        |    ├── app\n        |    └── assets\n        |    └── environments\n        |    └── pages\n        |    └── routes\n        |    └── theme\n    ├── template-e2e\n    |  └── ...\n├── libs\n    ├── redux\n    |   |──src\n    |   |   ├── apis\n    |   |   |   ├── ...\n    |   |   ├── axios\n    |   |   |   ├── ...\n    |   |   ├── middleware\n    |   |   |   ├── ...\n    |   |   ├── slices\n    |   |       ├── ...\n│   ├── shared\n    |   |──src\n    |   |   ├── hocs\n    |   |   |   ├── ...\n    |   |   ├── hooks\n    |   |   |   ├── ...\n    |   |   ├── i18n\n    |   |   |   ├── ...\n    |   |   ├── permissions\n    |   |   |   ├── ...\n    |   |   ├── types\n    |   |   |   ├── dto\n    |   |   |   ├── interfaces\n    |   |   |   ├── enums\n    |   |   ├── ui\n    |   |   |   ├── ...\n    |   |   ├── utils\n    |   |   |   ├── ...\n    └── templateapp\n        └── src\n            ├── assets\n            │  ├── images\n            |  └── ...\n            ├── components\n            |  ├── common\n            |  |  ├── ...\n            |  |  └── ...\n            │  └── ...\n            ├── hocs\n            │ └── ...\n            ├── hooks\n            │ └── ...\n            ├── layouts\n            |   └── ...\n            ├── routes\n            |   └── ...\n            ├── forms\n            |   └── ...\n            ├── containers\n            │   └── ...\n            ├── utils\n            |   ├── ....\n            |──...\n```\n\n# Available Scripts\n\nExpected node version \"\u003e=12\"\n\nClone the repo on your computer. In your terminal, cd into the directory you just added\nTo install all dependencies, run\n\nnpm i || yarn install\n\n## Development\n\n## Development server\n\nFor a dev templatel server run:\n`npm run start:template`\nor\n`yarn start:template`.\n\nNavigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.\n\n## Build\n\nRun `npm run build:template` to build the template application. The build artifacts will be stored in the `dist/` directory.\n\nRun `npm run run:many` to build all projects. The build artifacts will be stored in the `dist/` directory. Use this command for CI\n\n## Lint\n\nRun `npm run lint` to check the lint for all workspace.\n\nRun `npm run lint:all` to check the lint for all applications, libs.\n\nRun `npm run lint:all:fix` to fix the lint errors.\n\n### Config params\n\n1. `NX_BACKEND_URL`- api endpoint\n2. `NX_CRYPTO_JS_KEY` - key for decrypt \u0026 encrypt\n3. `NX_SITE_NAME` - setup site name\n\n## Created by Extrawest React.js Team\n\n## Extrawest.com, 2023\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fextrawest%2Fnx-react-redux-toolkit-starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fextrawest%2Fnx-react-redux-toolkit-starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fextrawest%2Fnx-react-redux-toolkit-starter/lists"}