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.

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.

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