unified-cli

0.1.808 • Public • Published

Unified React

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.

unified-cli

Usage: yarn unified-cli [command] Commands Supported:

Deploy an application available in the 'applications' folder.

Run at local (debug)

yarn build:debug && cd dist && npm i && npm link && cd .. && cd frontend && unified-cli start <application_name>

unified-cli start <application_name>

Deploy to AWS

unified-cli deploy application <appplication_name>

Deploy with minify option

unified-cli deploy application <appplication_name> -m OR unified-cli deploy application <appplication_name> -minify

Deploy with sourcemap

unified-cli deploy application <appplication_name> -sm=linked|external|inline|both OR unified-cli deploy application <appplication_name> -sourcemap=linked|external|inline|both

Deploy a component available in the 'components' folder.

deploy component component-name,...

Start a local UnifiedReact server

unified-cli start application-name [port]

server to deploy

Readme

Keywords

none

Package Sidebar

Install

npm i unified-cli

Weekly Downloads

154

Version

0.1.808

License

MIT

Unpacked Size

4.89 MB

Total Files

3

Last publish

Collaborators

  • jhenderson