{"id":15151436,"url":"https://github.com/akhilgkrishnan/rails-react-boilerplate","last_synced_at":"2026-01-20T00:33:40.067Z","repository":{"id":186165548,"uuid":"668562349","full_name":"akhilgkrishnan/Rails-React-Boilerplate","owner":"akhilgkrishnan","description":"This is a base boilerplate template for Ruby on Rails and React configuration","archived":false,"fork":false,"pushed_at":"2023-08-28T05:36:38.000Z","size":625,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-13T12:30:35.016Z","etag":null,"topics":["rails","rails-b","rails-react-app","rails7","react-boilerplate","reactjs","ruby","ruby-on-rails","shakapacker","tailwind","templates","typescript","webpacker"],"latest_commit_sha":null,"homepage":"","language":"Ruby","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/akhilgkrishnan.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,"governance":null}},"created_at":"2023-07-20T05:28:08.000Z","updated_at":"2024-12-30T02:17:06.000Z","dependencies_parsed_at":null,"dependency_job_id":"d68045a3-ad42-4938-a588-1ebfab94516e","html_url":"https://github.com/akhilgkrishnan/Rails-React-Boilerplate","commit_stats":{"total_commits":26,"total_committers":1,"mean_commits":26.0,"dds":0.0,"last_synced_commit":"6b4e0ee0c18999ec3f6dfc97a94b6557e9a8efb3"},"previous_names":["akhilgkrishnan/rails-react-boilerplate"],"tags_count":0,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akhilgkrishnan%2FRails-React-Boilerplate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akhilgkrishnan%2FRails-React-Boilerplate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akhilgkrishnan%2FRails-React-Boilerplate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akhilgkrishnan%2FRails-React-Boilerplate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/akhilgkrishnan","download_url":"https://codeload.github.com/akhilgkrishnan/Rails-React-Boilerplate/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247623005,"owners_count":20968574,"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":["rails","rails-b","rails-react-app","rails7","react-boilerplate","reactjs","ruby","ruby-on-rails","shakapacker","tailwind","templates","typescript","webpacker"],"created_at":"2024-09-26T15:02:33.865Z","updated_at":"2026-01-20T00:33:40.037Z","avatar_url":"https://github.com/akhilgkrishnan.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003eReactifyRails\u003c/h1\u003e\n\nReactifyRails is a powerful boilerplate that combines the best of Rails, React, and Tailwind CSS, providing a solid\nfoundation for building modern web applications with ease. Whether you are starting a new project from scratch or want\nto enhance your existing Rails application with React and Tailwind, ReactifyRails has got you covered.\n\n\n## Features\n\n- **Rails and React Integration:** ReactifyRails seamlessly integrates Rails with React, allowing you to create\ninteractive user interfaces and single-page applications within a familiar Rails environment.\n\n- **Tailwind CSS:** With Tailwind CSS, you can easily customize and style your application's UI components, making it\neffortless to achieve a polished and consistent design.\n\n- **TypeScript:** Enable static typing in your JavaScript codebase with TypeScript, adding type safety and improved\ndevelopment experience.\n\n- **Webpack and Babel:** Webpack and Babel are preconfigured in MyAwesomeApp, enabling you to bundle and transpile your\nJavaScript and React code efficiently.\n\n- **Asset Pipeline Compatibility:** This boilerplate ensures compatibility with the Rails asset pipeline, making it\nconvenient to leverage existing Rails assets while adopting modern front-end technologies.\n\n- **Hot Reloading:** Enjoy the benefits of hot reloading during development, allowing you to see changes in real-time\nwithout manually refreshing the page.\n\n- **React Router:** React Router is a collection of navigational components that compose declaratively with your\napplication.\n\n### Linting and Formatting\n\n- **ESLint:** ESLint is a static code analysis tool for identifying problematic patterns found in JavaScript code.\n\n- **Prettier:** Prettier is an opinionated code formatter that enforces a consistent code style across your entire\ncodebase.\n\n- **RuboCop:** RuboCop is a Ruby static code analyzer that enforces the Ruby Style Guide.\n\n- **Husky:** Husky is a tool that allows you to easily add Git hooks to your project.\n\n## Requirements\n\n- Ruby (version 3.2.2)\n- Ruby on Rails (version 7.0.6)\n- Node (version 18.17.0)\n- Yarn (version 1.22.17)\n\n## Replace ReactifyRails with your project name\n\n```bash\nperl -pi -w -e 's/ReactifyRails/\u003cReplace with your project name\u003e/g;' $(git ls-files)\n```\n\n## Folder Structure\n\n```bash\nreactify-rails/\n├── app/\n│   ├── assets/\n│   │   ├── stylesheets/\n│   │   └── ...\n│   ├── controllers/\n│   ├── javascript/\n│   │   ├── packs/\n│   │   ├── stylesheet/\n│   │   ├── src/\n│   │   │   ├── components/\n│   ├── models/\n│   ├── views/\n│   └── ...\n├── config/\n│   ├── webpack/\n│   ├── initializers/\n│   ├── ...\n│   └── ...\n├── db/\n├── public/\n├── ...\n└── ...\n```\n\n## Contributing\n\nWe welcome contributions to ReactifyRails! If you encounter any issues or have ideas for improvements, please open an issue or submit a pull request.\n\n## License\n\nReactifyRails is released under the [MIT License](https://opensource.org/licenses/MIT).\n\n## Acknowledgments\n\nThank you to the creators and maintainers of Rails, React, and Tailwind CSS for providing such fantastic tools to build upon.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakhilgkrishnan%2Frails-react-boilerplate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fakhilgkrishnan%2Frails-react-boilerplate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakhilgkrishnan%2Frails-react-boilerplate/lists"}