https://github.com/ribeaud/webec
Template for creating any Grails 4 based project
https://github.com/ribeaud/webec
Last synced: about 1 year ago
JSON representation
Template for creating any Grails 4 based project
- Host: GitHub
- URL: https://github.com/ribeaud/webec
- Owner: ribeaud
- Created: 2020-03-01T09:36:18.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-21T14:39:00.000Z (about 6 years ago)
- Last Synced: 2025-04-06T18:18:08.813Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 922 KB
- Stars: 0
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WebEngineering
The idea behind it is to avoid any **Grails** installation on target computer. The students just
check out the project and import it into **IntelliJ IDEA**. The IDE takes care of everything.
To import the project, perform the following steps in **IntelliJ IDEA**:
1. _Import Project..._ or _File > New > Project from Existing Sources..._
1. Select **Gradle** as _external model_:

1. Uncheck _create separate module per source set_:

BTW:
We created this [Grails](https://grails.org/) project for you by executing the command: `grails create-app webec`
such that **you don't have to create it** yourself, you don't have to install **Grails**, and we all use the same Grails version.