DOCS

Simple, flexible deployment for your react app

React Deploy CLI manages deployment of code and assests of your react app to S3 bucket and maintains different versions.

Installation

To install react-deploy use the following command ...

Deployment

build and deploy your files to the S3 bucket by simple command .....

Listing

List the different versions of files you deployed the file by simple list command

Activation

Activate the files which you deployed by < 1 minutes

Installation

React Deploy CLI can be globally or locally installed by using npm i -g react-deploy command

$ npm i -g react-deploy-cli_

initializing react deploy file_

[?] What more would you like? (Press space to select)_

>_

$ react-deploy start_

>_

Deployment

React Deploy CLI manages deployment of code and assests of your react app to S3 bucket and maintains different versions.

Listing

We can get the recent list of eployed file using list command.

$ react-deploy list_

listing deployed files_

>_

$ react-deploy activate 6923f26_

Activating file 6923f26_

>_

Activation

Activation of file can be done by using simply activate:key. Here is key is unique identifer generated while deploying app to s3.

MORE

Tools and libaries from us

Using the right libaries and tools boostes your development process and results great output