Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ralixjs/rails-ralix-tailwind
Starter Kit to build Rails applications fast
https://github.com/ralixjs/rails-ralix-tailwind
esbuild postgresql rails ralix ready-to-use starter-kit tailwindcss template turbo
Last synced: about 2 months ago
JSON representation
Starter Kit to build Rails applications fast
- Host: GitHub
- URL: https://github.com/ralixjs/rails-ralix-tailwind
- Owner: ralixjs
- Created: 2022-09-01T20:15:34.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-16T06:38:24.000Z (3 months ago)
- Last Synced: 2024-10-17T23:30:39.593Z (3 months ago)
- Topics: esbuild, postgresql, rails, ralix, ready-to-use, starter-kit, tailwindcss, template, turbo
- Language: Ruby
- Homepage:
- Size: 187 KB
- Stars: 90
- Watchers: 4
- Forks: 11
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🚀 Rails + Ralix + Tailwind
> Starter Kit to build modern Rails applications fast
Powered by:
- [Rails](https://rubyonrails.org)
- [Ralix](https://github.com/ralixjs/ralix)
- [Tailwind CSS](https://tailwindcss.com)
- [PostgreSQL](https://www.postgresql.org)
- [Turbo](https://turbo.hotwired.dev)
- [esbuild](https://esbuild.github.io)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](https://heroicons.com)
- 🔐 Authentication, via [Devise](https://github.com/heartcombo/devise) + [OmniAuth](https://github.com/omniauth/omniauth) for Social Logins
- 👥 Authorization, via [CanCanCan](https://github.com/CanCanCommunity/cancancan)
- 🔍 Searching, via [Ransack](https://github.com/activerecord-hackery/ransack)
- 📝 Rich text edition, via [Trix](https://trix-editor.org)
- 🔢 Pagination, via [Pagy](https://github.com/ddnexus/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
```And open your browser at [`localhost:3000`](http://localhost:3000).