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

ubuntu - PHP script to find files of certain extensions in a directory, returns populated array when run in browser, but empty array when run from terminal -

php - How can i create a user dashboard -

javascript - How to detect toggling of the fullscreen-toolbar in jQuery Mobile? -