How to install bootstrap 5 with Webpacker in a Ruby on Rails 6 application on Linux
Open the terminal
Add bootstrap
yarn add bootstrap
Output
The command yarn add bootstrap is used to add the Bootstrap framework to your project using Yarn, which is a package manager for JavaScript and front-end dependencies.
Bootstrap is a popula...
blog.alexandrecalaca.com2 min read