- First, make sure you have all requirements to create simple zoho creator widget, please refer to this article https://www.zoho.com/creator/newhelp/app-settings/widgets/install-cli.html.
npm install -g zoho-extension-toolkit
- Then, clone the repository
git clone https://github.com/vjbautista8/zoho-creator-widget-starter-template-reactJS.git
- To install dependencies in
creator_app
folder, change the directory of cmd to/creator_app
, then run the following command;
npm install
- To install dependencies in
react_app
folder, change the directory of cmd to/react_app
, then run the following command;
npm install
- In your cmd, make sure your command path is
/react_app
, then run the following command
npm start
- Edit the code like normal React JS application.
- Build your application. Make sure your directory in cmd is
/react_app
folder, then run the following command
npm run build
- Go to
/creator_app/dist
folder, you will findcreator_app.zip
. - Go to your Zoho Creator account > Settings > Widgets , and add new widget