Start Your Grails Project
Generate a new Grails application with your preferred configuration and dependencies
Project Configuration
Project Preview
Group:com.example
Artifact:demo
Version:6.2.3
Java:17
Build:Gradle
Selected Features:
Hibernate GORM
Asset Pipeline
Download Project
Quick Start Commands
# Create project
grails create-app demo
# Run application
grails run-app
Next Steps
1
Download & Extract
Download your project and extract the ZIP file
2
Open in IDE
Import the project into your favorite IDE
3
Run Application
Execute grails run-app to start development
4
Start Building
Create controllers, views, and domain classes