{"id":18773500,"url":"https://github.com/rayonstudios/rayon_react_starter","last_synced_at":"2025-04-13T09:07:58.254Z","repository":{"id":228606347,"uuid":"745693237","full_name":"rayonstudios/rayon_react_starter","owner":"rayonstudios","description":"Starter kit on steroids for modern React projects","archived":false,"fork":false,"pushed_at":"2025-04-09T11:37:37.000Z","size":674,"stargazers_count":5,"open_issues_count":13,"forks_count":3,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-13T09:07:49.767Z","etag":null,"topics":["ant-design","antd","developer-experience","dx","i18n","rapid-development","react","react-starter","react-starter-kit","scaffold","starter-template","tailwindcss","typescript","vite"],"latest_commit_sha":null,"homepage":"https://fe.starters.rayonstudios.com/","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/rayonstudios.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":"2024-01-19T22:16:02.000Z","updated_at":"2025-04-04T15:53:25.000Z","dependencies_parsed_at":"2025-04-04T14:28:10.917Z","dependency_job_id":"f25c9070-8c2b-4ae0-8b55-7b5d7ee3463e","html_url":"https://github.com/rayonstudios/rayon_react_starter","commit_stats":null,"previous_names":["trendshakers/rayon_react_starter","rayonstudios/rayon_react_starter"],"tags_count":0,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rayonstudios%2Frayon_react_starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rayonstudios%2Frayon_react_starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rayonstudios%2Frayon_react_starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rayonstudios%2Frayon_react_starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rayonstudios","download_url":"https://codeload.github.com/rayonstudios/rayon_react_starter/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248688567,"owners_count":21145766,"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":["ant-design","antd","developer-experience","dx","i18n","rapid-development","react","react-starter","react-starter-kit","scaffold","starter-template","tailwindcss","typescript","vite"],"created_at":"2024-11-07T19:34:15.606Z","updated_at":"2025-04-13T09:07:58.225Z","avatar_url":"https://github.com/rayonstudios.png","language":"TypeScript","readme":"# Rayon React Starter\n\nRayon React Starter is an opinionated starter kit designed to scaffold React projects quickly with a comprehensive and well-structured environment. Built with a modern tech stack and batteries included, it helps you start building your project in no time.\n\n[Live Demo](https://rayon-react-starter.web.app/)\n\n## Tech Stack\n\n- **React**: For building user interfaces\n- **TypeScript**: Type-safe JavaScript at any scale\n- **Vite**: Next generation front-end tooling\n- **Redux Toolkit**: State management with slices and thunks\n- **Ant Design**: Elegant and consistent UI components\n- **Tailwind CSS**: Utility-first CSS framework for rapid UI development\n- **Axios**: Promise-based HTTP client for making requests\n\n## Features\n\n- 🌗 **Light / Dark Theme**: Easily switch between light and dark modes\n- 🌍 **i18n**: Internationalization support for multilingual applications\n- 🗂 **Config-based Routing \u0026 Menu**: Declarative and flexible route management with automatic menu generation\n- 🔐 **Token-based Authentication**: Secure public and protected routes with token authentication\n- 🖼 **Per-page Layouts**: Customize layouts for different pages\n- ⚙️ **RBAC**: Role-Based Access Control with route-level role checks\n- 🔄 **Environment Separation**: Setup development and production environments distinguishably\n- 🚦 **Global Error Handling**: Comprehensive error management throughout the application\n- 🌀 **Automatic Loading States**: Built-in loading state management for async thunks\n- 📂 **Feature-based Folder Structure**: Maintain clean separation of concerns\n- 🛠 **Built-in Utilities**: Handy utility functions, hooks, and components to cover common use cases\n- 🧹 **Prettier and ESLint Config**: Enforce code style and quality with Prettier and ESLint configurations\n- 🚀 **CI/CD with Firebase Hosting**: Continuous Integration and Deployment setup using Firebase Hosting and Github Actions for seamless deployment\n\n## Getting Started\n\n### Prerequisites\n\nEnsure you have the following installed:\n\n- [Node.js](https://nodejs.org/)\n- [Yarn](https://classic.yarnpkg.com/)\n\n### Installation\n\n1. Clone the repository:\n    ```bash\n    git clone https://github.com/rayonstudios/rayon_react_starter\n    cd rayon-react-starter\n    ```\n2. Install dependencies:\n    ```bash\n    yarn\n    ```\n3. Start the development server:\n    ```bash\n    yarn dev\n    ```\n\nThe application should now be running on http://localhost:5173\n\n## Folde Structure\n\n```bash\n├── lib/         # Reusable, feature-independent code\n├── modules/     # Feature-dependent code\n├── pages/       # Page components\n└── ...\n```\n\n- Use **snake_case** for file and folder names to maintain consistency.\n- Feature-based folder structure ensures a clean separation of concerns for better scalability and maintainability.\n\n## Best Practices\n\n- Reusable code should generally reside in the `lib` folder.\n- Feature-dependent code should be organized under `modules`.\nPages components should be placed under the `pages` folder.\n\n## Roadmap\n\n- [ ] Detailed Developer Documentation\n- [ ] Add unit, integration and e2e tests support\n- [ ] Convert to a modular CLI based tools\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frayonstudios%2Frayon_react_starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frayonstudios%2Frayon_react_starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frayonstudios%2Frayon_react_starter/lists"}