Skip to content

kuartz-org/rails-templates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kuartz rails template

Usage

  1. Install mailcatcher

    # For Linux
    gem install mailcatcher
    
    # For MacOS
    gem install mailcatcher -- --with-cflags="-Wno-error=implicit-function-declaration"
  2. Clone the components_template repo

    git clone git@github.com:kuartz-org/components_templates.git
  3. Clone this repo

    git clone git@github.com:kuartz-org/rails-templates.git
  4. Create a new rails app using this template

    rails new -d postgresql --css tailwind -m rails-templates/template.rb CHANGE_THIS_WITH_APP_NAME

Features

  • Default config
  • Slim
  • Enumerize
  • ViewComponent
  • Simple form
  • Devise
  • Sidekiq
  • CleverCloud
  • Modal
  • Chart-js
  • TomSelect
  • Flatpickr

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published