Run the following command to install the zapps cli node package.
Run the following command to ensure that the installation is successful.
Run the following command to create new project.
This command will show the list of Zoho Services for which you wish to create project template.
To verify whether the server is started successfully, open the following URL in the browser http://localhost:5000/plugin-manifest.json or http://localhost:5000/app/widget.html
All the files that are required for rendering your widget appears inside the "app" folder of your project.
To start a local HTTP server that allows to run your app locally and to test it in your sandbox instance, run the following command,
This will run the HTTP server in your local machine in the port number 5000. The port should not be occupied with any other process before starting the server.
To verify whether the server has started successfully, open the following URL in your web browser: http://127.0.0.1:5000/app/widget.html
To validate your application, run the following command,
This will validate your app package and identify violations, if any. They should be corrected before updating the zip in our developer console.
To generate an uploadable zip of your application, run the following command,
This will create a zip file of the application under the "dist" folder of your project directory, which can be uploaded to the CRM.