Project created based on the details from here: https://www.gwtproject.org/gettingstarted.html
[x] Running GWT Project with client & server part - first commit (init commit)
[x] Split project in two servers: one for each part (client & server )
how to run
- Start server
./gradlew server:appRun - Start gwt server
./gradlew client:gwtDev - From GWT Server window open
http://localhost:8888/MyWebApp.html - Send the request. The request will get to the server.