UnifiedReact is a low-code app builder environment, allowing for a single application runtime across multiple frontend projects.
UnifiedReact 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 unified-cli [command] Commands Supported:
yarn build:debug && cd dist && npm i && npm link && cd .. && cd frontend && unified-cli start <application_name>
unified-cli start <application_name>
unified-cli deploy application <appplication_name>
unified-cli deploy application <appplication_name> -m OR unified-cli deploy application <appplication_name> -minify
unified-cli deploy application <appplication_name> -sm=linked|external|inline|both OR unified-cli deploy application <appplication_name> -sourcemap=linked|external|inline|both
deploy component component-name,...
unified-cli start application-name [port]