Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 347 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 347 Bytes

Usage:

to launch the app in devmode:

from the gwt-websocket-client module: mvn package gwt:devmode and then from the websocket-server module: mvn spring-boot:run

To package the app for production:

from the gwt-websocket-client module: mvn package gwt:devmode -Pproduction and then from the websocket-server module: mvn clean package