https://github.com/mkhairi/rails-tabler-starter
Tabler Rails Stater - Give your Rails app a head start with a premium, open-source dashboard template that offers a responsive and high-quality UI.
https://github.com/mkhairi/rails-tabler-starter
bootstrap bootstrap5 esbuild rails ruby ruby-on-rails tabler tabler-esbuild tabler-rails tabler-ui
Last synced: about 1 year ago
JSON representation
Tabler Rails Stater - Give your Rails app a head start with a premium, open-source dashboard template that offers a responsive and high-quality UI.
- Host: GitHub
- URL: https://github.com/mkhairi/rails-tabler-starter
- Owner: mkhairi
- Created: 2022-09-01T05:26:15.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-03-24T02:55:49.000Z (about 1 year ago)
- Last Synced: 2025-03-30T08:41:31.246Z (about 1 year ago)
- Topics: bootstrap, bootstrap5, esbuild, rails, ruby, ruby-on-rails, tabler, tabler-esbuild, tabler-rails, tabler-ui
- Language: HTML
- Homepage: https://tabler.labs.my/
- Size: 2.19 MB
- Stars: 12
- Watchers: 2
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Summary
Kickstart your Rails app a premium and open source dashboard template with a responsive and high-quality UI.
## Summary
Tabler is fully responsive and compatible with all modern browsers. Thanks to its modern and user-friendly design you can create a fully functional interface that users will love!
Tabler Official Documentation https://preview.tabler.io/
This repo demo: https://tabler.labs.my/
Current Main Branch: rails 8.0 + esbuild
Rails 7.2 + esbuild: https://github.com/mkhairi/rails-tabler-starter/tree/rails7
## Goals
This Rails tabler starter template is designed to kickstart your Rails project with tabler swiftly. It comes with some magic spells and is supposedly beginner-friendly. Keeping it as simple as it should be.
## Overview
* Pre-equipped essential stuff.
- [heartcombo gems](https://github.com/heartcombo)
- Inline Svg
- Simple Navigation
- Tinymce
- ....
## Setup
Clone the repo
```
https://github.com/mkhairi/rails-tabler-starter.git
```
Install ruby, nodejs for runtime dependencies. You might refer [gorails setup tutorial](https://gorails.com/setup) for initial setup development enviroment.
```
asdf install
yarn install
```
Set up and run the development server:
```
./bin/setup
./bin/dev
```