https://github.com/josdem/grails-hello-world
Grails getting started project
https://github.com/josdem/grails-hello-world
grails3 groovy
Last synced: 2 months ago
JSON representation
Grails getting started project
- Host: GitHub
- URL: https://github.com/josdem/grails-hello-world
- Owner: josdem
- Created: 2018-05-11T16:30:18.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-13T01:22:38.000Z (about 8 years ago)
- Last Synced: 2025-01-17T15:52:32.225Z (over 1 year ago)
- Topics: grails3, groovy
- Language: CSS
- Size: 180 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/