Deploy Your App

The function and client files are now ready to be deployed to the Catalyst remote console.

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 are displayed.

catalyst_tutorials_eventapp_cli__first_deploy

You can access the client application by opening the client’s URL in a browser. You can also navigate to Web Client Hosting in the console and access the application URL from there.

catalyst_tutorials_eventapp_signals_final

Last Updated 2025-06-17 17:46:43 +0530 +0530