Working on it. With yarn package this is not working at my end. Trying to fix it. But with CDN this is working. Once done I will share the repo url. Hoping to get it fixed today 🙂
@M_ibraheem3 жыл бұрын
@@APPSIMPACTAcademy thanx good luck
@APPSIMPACTAcademy3 жыл бұрын
Hey Mohammad you can do this with: 1. Create a new rails 7 app from scratch 2. Add gem 'cssbundling-rails' to your gem file 3. Run bundle install 4. Run rails css:install:bootstrap 5. Generate any controller with a view file to see the effect of bootstrap 6. Start server and let's see