Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/josdem/grails-hello-world
- Owner: josdem
- Created: 2018-05-11T16:30:18.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-05-13T01:22:38.000Z (over 6 years ago)
- Last Synced: 2024-11-16T22:14:53.620Z (2 months 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/