Start development - aegif/NemakiWare GitHub Wiki


##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