Inspired by the Le Wagon Rails templates
2 templates available, with or without devise.
Run one of the commands below and change PROJECT-NAME to the name of your new project.
- styled navbar
- styled devise/views from thomasvanholder/devise
- javascript/components from thomasvanholder/tailwind-components
- assets and icons from thomasvanholder/assets
- first and last name added to user model
rails new \
--database postgresql \
--webpack \
-m https://raw.githubusercontent.com/thomasvanholder/jumpstart/main/template.rb \
PROJECT-NAME
- styled navbar
- javascript/components from thomasvanholder/tailwind-components
- assets and icons from thomasvanholder/assets
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