Skip to content

Instantly share code, notes, and snippets.

View KevinBerthier's full-sized avatar

Kevin Berthier KevinBerthier

View GitHub Profile
@KevinBerthier
KevinBerthier / Rails New From Template.md
Created March 12, 2019 15:16
Rails New From Template
rails new \                                  
  --database postgresql \
  --webpack \
  -m rails_components_template/template.rb APP_NAME
@KevinBerthier
KevinBerthier / Rails Webpack Setup MDBootstrap.md
Last active September 2, 2021 05:27
Rails Webpack Setup MDBootstrap

Starting from Lewagon Template

rails new \
  --database postgresql \
  --webpack \
  -m https://raw.githubusercontent.com/lewagon/rails-templates/master/devise.rb \
  CHANGE_THIS_TO_YOUR_RAILS_APP_NAME

Then