I am using Grails for a web project for a CSE class in college. I noticed that many of the other groups that make this project use Bootstrap 4 for web design (I'm in the only group using Grails). I looked into Bootstrap 4 and I really like the way it looks. Personally, I don't like how Grails looks with standard HTML. I was wondering if there is a way to use Bootstrap 4 with Grails. For example, in standard HTML, I can have a button and forms that will transmit data to the controller, and some action will happen, it looks like it's not like with Grails.
Does anyone know if I can integrate Bootstrap 4 with Grails, and if so, how can I do this?
source
share