AppFlow is a low-code app builder environment, allowing for a single application runtime across multiple frontend projects.
AppFlow can be deployed using Terraform, to any AWS account. The frontend and backend projects should be deployed once on a particular AWS/cloud account, and can be used to create any number of applications all running on serverless infrastructure.
Usage: yarn appflow-cli [command] Commands Supported:
yarn build:debug && cd dist && npm i && npm link && cd .. && cd frontend && appflow-cli start <application_name>
appflow-cli start <application_name>
appflow-cli deploy application <appplication_name>
appflow-cli deploy application <appplication_name> -m OR appflow-cli deploy application <appplication_name> -minify
appflow-cli deploy application <appplication_name> -sm=linked|external|inline|both OR appflow-cli deploy application <appplication_name> -sourcemap=linked|external|inline|both
deploy component component-name,...
start application-name [port]
(note: Node version > 21, yarn > 3) npm install -g appflow-cli appflow-cli login https://apps.staging.visual1.com.au/ appflow-cli fetch https://apps.staging.visual1.com.au/ application story-book appflow-cli fetch https://apps.staging.visual1.com.au/ component appflow-cli start story-book 8000