We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
##How to setup eclipse project You must solve dependencies in advance.
###Server Move to <SOURCE_PATH>/ and
<SOURCE_PATH>/
mvn eclipse:eclipse
###Client Move to <SOURCE_PATH>/ui and
<SOURCE_PATH>/ui
sbt eclipse
##How to run in developement production
mvn jetty:run
###Client
activator run