Skip to content
SUGIMOTO Takuma edited this page Sep 23, 2016 · 5 revisions

##How to setup eclipse project You must solve dependencies in advance.

###Server Move to <SOURCE_PATH>/ and

mvn eclipse:eclipse

###Client Move to <SOURCE_PATH>/ui and

sbt eclipse

##How to run in developement production

###Server Move to <SOURCE_PATH>/ and

mvn jetty:run

###Client

activator run
Clone this wiki locally