thomasvanholder / jumpstart

Template for set-up of Rails 6, Tailwind 2.0 and Devise.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Inspired by the Le Wagon Rails templates

Create a new repo

2 templates available, with or without devise.
Run one of the commands below and change PROJECT-NAME to the name of your new project.

Rails 6 | Tailwind 2.0 πŸ³οΈβ€πŸŒˆ | Devise πŸ”

rails new \
  --database postgresql \
  --webpack \
  -m https://raw.githubusercontent.com/thomasvanholder/jumpstart/main/template.rb \
  PROJECT-NAME

Rails 6 | Tailwind 2.0 πŸ³οΈβ€πŸŒˆ

rails new \
  --database postgresql \
  --webpack \
  -m https://raw.githubusercontent.com/thomasvanholder/jumpstart/main/basic.rb \
  PROJECT-NAME

To Do

  • application controller, sanitize extra paramaters
  • add more button colors as tailwind components
  • remove login / signup button from navbar when no devise
  • add stimulus2.0
  • change flash messages to be compatible with stimulusjs
  • navbar dropdown to be compatible with stimulusjs  

About

Template for set-up of Rails 6, Tailwind 2.0 and Devise.


Languages

Language:Ruby 71.4%Language:HTML 27.3%Language:JavaScript 1.4%