Skip to content

Instantly share code, notes, and snippets.

@DevGW
Created December 29, 2022 13:44
Show Gist options
  • Save DevGW/e77a5eb34ed3a57ffa634050077fc178 to your computer and use it in GitHub Desktop.
Save DevGW/e77a5eb34ed3a57ffa634050077fc178 to your computer and use it in GitHub Desktop.
Ruby / Rails :: Rails 7 new app with bootstrap
rails new my_app_name -j esbuild -css bootstrap -d mysql #-O for no db/activerecord
cd my_app_name
rails javascript:install:webpack
rails css:install:bootstrap
rails assets:clobber
rails assets:precompile
yarn run build:css
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment