- Navigate to the project directory using the following command:
cd {project directory}
- Run the following command to start a local HTTP server that allows you to run your widget or Web tab locally to test it in your sandbox instance:
zet run
3. This command starts a local server and runs the extension locally.
Your extension will run on the port 5000. Ensure it is available before you execute this command.
4. To verify the server, enable developer mode while testing your extension.
Validate and pack
- Navigate to the project directory using the following command:
cd {project directory}
- Run the following command to validate your application:
zet validate
This will validate your app package and identify any violations, which should be corrected before updating the zip file in the developer console.
3. Run the following command to generate a zip of your widget or web tab which can be uploaded in Zoho People.
zet pack
A zip file of the widget or web tab will be created in the "dist" folder of your project directory. Use this file to upload into your Zoho People application.