Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/josdem/grails-hello-world

Grails getting started project
https://github.com/josdem/grails-hello-world

grails3 groovy

Last synced: 5 days ago
JSON representation

Grails getting started project

Awesome Lists containing this project

README

        

Grails Hello World
----------------------------------------------

[Grails Framework](https://grails.org/) is an open source web application framework that uses the [Apache Groovy](http://groovy-lang.org/) programming language. It is intended to be a high-productivity framework by following the coding by convention paradigm, providing a stand-alone development environment and hiding much of the configuration detail from the developer. In this example we will use Grails 3.3.5 and it shows you how getting strarted with Grails.

#### To run the project

```bash
grails run-app
```

#### Read this as reference

http://josdem.io/techtalk/grails/hello_world/