nauman / rails-tailwind-starter

Rails Tailwind Starter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸš€ Rails + Ralix + Tailwind

Starter Kit to build modern Rails applications fast

Fork of https://github.com/ralixjs/rails-ralix-tailwind

img_1.png

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
  • 🏡️ Admin dashboard, via MotorAdmin
  • πŸ“„ 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

Usage

Admin

Admin dashboard is available at /super_admin path. you can change in routes.rb file. img.png

About

Rails Tailwind Starter


Languages

Language:Ruby 75.8%Language:HTML 17.2%Language:CSS 3.7%Language:JavaScript 3.2%Language:Shell 0.2%