This project is a skeleton for Grails 3 applications. It already has Bootstrap and Font Awesome embedded.
- Clone this repo
- Remove
.git
folder - Update property
grailsVersion
ingradle.properties
file to match the desired Grails version - Update properties
group
andversion
inbuild.gradle
file to match your app's properties - Update property
grails.profile.codegen.defaultPackage
inapplication.yml
file to your app's package - Rename folder to match your app's name
- Run
git init
in your app folder and push the project to any git repository
- Grails: 3.0.11
- Bootstrap Framework Plugin: 1.0.3
- Bootstrap: 3.3.6
- Font Awesome: 4.3.0