start app from command line

1
I noticed there is mx.exe available but that only does convert, create-project and a few other functions. I would like to start the app from outside of studio pro. Is there a way to do this? mxbuild perhaps? Except that only creates the deployment package so is there a way to run the deployment package locally from the command line?  
asked
1 answers
0

You could try using docker. This will start an instance that can be run without using the modeler

https://docs.mendix.com/developerportal/deploy/docker-deploy/

 

I've tried and it works pretty good =)

answered