- Clone the repository
git clone git@github.com:rvargas/zachary-quinto.git && cd zachary-quinto
- Get dependencies
grails compile --non-interactive --refresh-dependencies
- Run
grails run-app
- Run tests
grails test-app unit:
- Enjoy
Well, you can use Grails wrapper. Give execution permissions to grailsw and instead of using grails
command, use ./grailsw
.