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

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

Awesome Lists containing this project

README

          

# Build all projects
gradle build

# Run project
gradle appRun

# Dev
## Run server
gradle appRun

## Run client
gradle gwtSuperDev