Deploy the Project
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:
You can now open the client component’s URL in a browser to access the deployed application. The payslip generator application can now be accessed from its web app URL.
The payslip generator application is now functional and will work without any errors.
Last Updated 2023-12-15 18:54:08 +0530 +0530