Deploy the Application

To deploy your Catalyst project from the CLI, run the following command in your terminal from your project directory:

copy
$
catalyst deploy

The function is deployed first, followed by the client component. The URL endpoints of the components will be displayed in the CLI:

basic-deploy

Note You can also use the catalyst deploy –only client CLI command to deploy the client component alone, as the function component was already deployed.

You can now open the client component’s URL in a browser to access the deployed application. The authorization portal application can now be accessed from its web app URL. working_auth_app

The authorization portal application is now functional and should work without any errors.

react-deploy

Note You can also use the catalyst deploy –only client CLI command to deploy the client component alone, as the function component was already deployed.

You can now open the client component’s URL in a browser to access the deployed application. The authorization portal application can now be accessed from its web app URL.

working_react_app

The authorization portal application is now functional and should work without any errors.

Last Updated 2023-12-20 13:25:04 +0530 +0530