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

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -