Skip to content

GroovyMN/grails-seed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

grails-seed

Seed project for grails apps https://grails.org

This project is an application skeleton for a typical Grails web app. You can use it to quickly bootstrap your grails webapp projects and dev environment for these projects.

The seed contains Grails plugins, test plugins and a bunch of scripts all preconfigured for instant web development gratification. Just clone the repo (or download the zip/tarball), start up our (or yours) webserver and you are ready to develop and test your application.

Idea comes from similar projects like https://github.com/angular/angular-seed

Adding Content

Something missing from the site you think everyone needs to see? No problem, just open a pull request.

IntelliJ project code formatting conventions located in /etc/idea/codeFormatSettings.jar then File -> Import Settings.

Thanks To