Home

Awesome

Inspired by the Le Wagon Rails templates

Create a new repo

2 templates available, with or without devise.<br> 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