{"id":15705555,"url":"https://github.com/guillaumebriday/rails-tailwindcss-starter","last_synced_at":"2026-01-23T20:39:19.231Z","repository":{"id":84163619,"uuid":"157712086","full_name":"guillaumebriday/rails-tailwindcss-starter","owner":"guillaumebriday","description":"Rails 5.2 Starter project with Tailwindcss built in","archived":false,"fork":false,"pushed_at":"2019-12-19T12:21:39.000Z","size":709,"stargazers_count":4,"open_issues_count":5,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-12T18:51:00.222Z","etag":null,"topics":["gitlab-ci","minitest","postgresql","rails","review-app","rubocop","starter","tailwindcss","webpack","webpacker"],"latest_commit_sha":null,"homepage":"https://rails-tailwindcss-starter.guillaumebriday.xyz","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/guillaumebriday.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-11-15T13:01:41.000Z","updated_at":"2025-03-27T12:38:42.000Z","dependencies_parsed_at":"2023-03-01T08:00:38.885Z","dependency_job_id":null,"html_url":"https://github.com/guillaumebriday/rails-tailwindcss-starter","commit_stats":{"total_commits":50,"total_committers":2,"mean_commits":25.0,"dds":"0.020000000000000018","last_synced_commit":"11c9c04af96f14128a2fe4ca9dec831363bd1197"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/guillaumebriday/rails-tailwindcss-starter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guillaumebriday%2Frails-tailwindcss-starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guillaumebriday%2Frails-tailwindcss-starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guillaumebriday%2Frails-tailwindcss-starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guillaumebriday%2Frails-tailwindcss-starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/guillaumebriday","download_url":"https://codeload.github.com/guillaumebriday/rails-tailwindcss-starter/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guillaumebriday%2Frails-tailwindcss-starter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28699682,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-23T17:25:48.045Z","status":"ssl_error","status_checked_at":"2026-01-23T17:25:47.153Z","response_time":59,"last_error":"SSL_read: 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":["gitlab-ci","minitest","postgresql","rails","review-app","rubocop","starter","tailwindcss","webpack","webpacker"],"created_at":"2024-10-03T20:16:51.236Z","updated_at":"2026-01-23T20:39:19.216Z","avatar_url":"https://github.com/guillaumebriday.png","language":"Ruby","funding_links":["https://www.paypal.me/guillaumebriday"],"categories":[],"sub_categories":[],"readme":"[![build](https://gitlab.com/guillaumebriday/rails-tailwindcss-starter/badges/master/build.svg)](https://gitlab.com/guillaumebriday/rails-tailwindcss-starter/pipelines)\n[![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.me/guillaumebriday)\n\n# Rails Tailwind CSS Starter\n\nThe purpose of this repository is to provide you a head start to build your next Rails Application with Tailwind CSS pre-installed.\n\n## Introduction\n\nThis is a Rails 6.0 application with [Webpacker](https://github.com/rails/webpacker), [Tailwind CSS](https://tailwindcss.com), [Rubocop](https://github.com/rubocop-hq/rubocop) and [Docker](https://www.docker.com).\n\nTo create the app, I used this command:\n\n```bash\n$ rails new --webpack --skip-action-mailer --skip-action-cable --skip-sprockets --skip-spring  --skip-coffee --skip-turbolinks --skip-javascript --skip-bootsnap --database=postgresql .\n```\n\n## Requirements in development environment\n\n- Rails\n- Ruby 2.6.3\n- Node.js and Yarn\n- Docker and Docker-Compose\n\n## Installation\n\n```bash\n$ git clone git@github.com:guillaumebriday/rails-tailwindcss-starter.git\n$ cd rails-tailwindcss-starter\n$ bundle install\n$ yarn install\n$ ./bin/webpack\n$ docker-compose up -d\n$ bundle exec rails db:setup\n$ bundle exec rails s # or RUBYOPT=\"--jit\" bundle exec rails s\n```\n\nUseful commands :\n```bash\n$ bundle exec rails test # or RUBYOPT=\"--jit\" bundle exec rails test\n$ bundle exec rubocop # or RUBYOPT=\"--jit\" bundle exec rubocop\n```\n\nNow you can access the application on http://localhost:3000.\n\n## Deployment\n\nI designed this application to setup and try Review Apps on Gitlab.\n\n## Contributing\n\nDo not hesitate to contribute to the project by adapting or adding features ! Bug reports or pull requests are welcome.\n\n## License\n\nThis project is released under the [MIT](http://opensource.org/licenses/MIT) license.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fguillaumebriday%2Frails-tailwindcss-starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fguillaumebriday%2Frails-tailwindcss-starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fguillaumebriday%2Frails-tailwindcss-starter/lists"}