Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 330 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 330 Bytes

dominodo

How to run

  • Build the project mvn clean verify

  • Super Development mode :

In one terminal run mvn tomcat7:run -pl *-server -am -Denv=dev

In another terminal run mvn gwt:codeserver -pl *-client -am

  • For production get the war from the target folder and deploy it to your preferred application server