• Stars
    star
    64
  • Rank 462,790 (Top 10 %)
  • Language
    Ruby
  • Created over 1 year ago
  • Updated 9 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Starter Kit to build Rails applications fast

🚀 Rails + Ralix + Tailwind

Starter Kit to build modern Rails applications fast

Powered by:

Rails v7 application template ready to start building your next project, with a pre-configured modern front-end stack and some extras:

  • 🎨 Minimalistic and responsive, clean layout
  • 📦 Icons pack, via Heroicons
  • 🔐 Authentication, via Devise + OmniAuth for Social Logins
  • 👥 Authorization, via CanCanCan
  • 🔍 Searching, via Ransack
  • 📝 Rich text edition, via Trix
  • 🔢 Pagination, via Pagy
  • 📄 Static pages controller (About, Terms, ...)
  • 🔴 Custom errors pages: 404, 422, 500
  • 📚 Ready-to-use components: Tables, Buttons, Forms, Cards, Modals and Tooltips

Install

Clone this repository (or use the GitHub template button), then cd into the folder and run:

> bin/setup

Run

Start the development server:

> bin/dev