rails-templates

Rails Templates

rails 6 template with milligramcss and/or svelte

Rails Templates

Quickly generate a rails 6 app using Rails Templates.

Minimal milligram rails app

Get a minimal rails 6 app ready with milligram css framework and simple form.(yarn & webpack)

rails new \
  --database postgresql \
  -m https://raw.githubusercontent.com/magiknono/rails-templates/master/minimal-milligram.rb \
  CHANGE_THIS_TO_YOUR_RAILS_APP_NAME

Minimal milligram and svelte rails app

Get a minimal rails 6 app ready with milligram css framework, simple form and svelte with hot reloading.(yarn and webpacker) (this is not a spa but for svelte component in rails)

rails new \
  --database postgresql \
  -m https://raw.githubusercontent.com/magiknono/rails-templates/master/minima-milligram-svelte.rb \
  CHANGE_THIS_TO_YOUR_RAILS_APP_NAME

template Inspired from

le Wagon

Top categories

Loading Svelte Themes