actframework - How to run an Act framework application without using intelliJ IDEA -


i started act framework not want use intellij idea. how run app on windows , on linux using cli?

start act in development mode using

mvn clean compile exec:exec

and in production mode with

mvn clean package cd target/dist unzip * ./start

i got link in gitter channel act


Comments

Popular posts from this blog

sql - Time in datatime field -

javascript - How to split the success output from an Ajax post? -

java - sharing object across different classes -