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 install
yarn build:debug && cd dist && npm i && npm link && cd ..
cd frontend
unified-cli start <application_name> <port>
Run setup once:
yarn setup:studio <your_domain>
EG
yarn setup:studio danhvu.hosted-app.cloud
Start studio and sign-in:
yarn start:studio
unified-cli deploy <server> application <appplication_name>
unified-cli deploy <server> application <appplication_name> -m
OR
unified-cli deploy <server> application <appplication_name> -minify
unified-cli deploy <server> application <appplication_name> -sm=linked|external|inline|both
OR
unified-cli deploy <server> application <appplication_name> -sourcemap=linked|external|inline|both
deploy component component-name,...
unified-cli start application-name [port]