# demo-apps **Repository Path**: actframework/demo-apps ## Basic Information - **Project Name**: demo-apps - **Description**: Applications that demonstrates how to use specific feature of ActFramework - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 9 - **Forks**: 7 - **Created**: 2017-02-25 - **Last Updated**: 2021-10-26 ## Categories & Tags **Categories**: sample-code **Tags**: None ## README ### ACT Framework Demo Applications Usage: To start in dev mode: ```bash cd /path/to/a/app mvn clean compile exec:exec ``` To start in prod mode: ```bash cd /path/to/a/app mvn clean package cd target/dist unzip *.zip ./start ```