https://github.com/c0debrain/gwt-gradle-boiler
https://github.com/c0debrain/gwt-gradle-boiler
gradle gwt multimodule tomcat
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/c0debrain/gwt-gradle-boiler
- Owner: c0debrain
- Created: 2018-10-04T07:03:54.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-04T07:30:47.000Z (over 7 years ago)
- Last Synced: 2025-10-06T21:48:20.971Z (9 months ago)
- Topics: gradle, gwt, multimodule, tomcat
- Language: CSS
- Size: 48.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Build all projects
gradle build
# Run project
gradle appRun
# Dev
## Run server
gradle appRun
## Run client
gradle gwtSuperDev