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
Post a Comment