# actframework-demo-apps **Repository Path**: ilaotan/demo-apps ## Basic Information - **Project Name**: actframework-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**: 0 - **Forks**: 7 - **Created**: 2018-08-31 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **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 ```