Deploy the Project

We will now deploy the project to the remote console in order to create an event listener associated with the Event function. We will test the application after we configure the event listener.

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

copy
$
catalyst deploy

The Event function is deployed first, followed by the Advanced I/O function, then the client component. The app URLs of the components will be displayed.

catalyst_workdrive_deploy

We will first configure the event listener before we access the client URL endpoint.

Last Updated 2023-12-15 18:54:08 +0530 +0530