Skip to content

chandrashekarrapaka/Zoho_widget_React

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zoho Creator Starter Template Widget built with React JS

Requirements ! MUST HAVE !!

  1. 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
  1. Then, clone the repository
git clone https://github.com/vjbautista8/zoho-creator-widget-starter-template-reactJS.git
  1. To install dependencies in creator_app folder, change the directory of cmd to /creator_app, then run the following command;
npm install
  1. To install dependencies in react_app folder, change the directory of cmd to /react_app, then run the following command;
npm install

How to run locally

  1. In your cmd, make sure your command path is /react_app, then run the following command
npm start
  1. Edit the code like normal React JS application.

How to build and deploy to Zoho Creator

  1. Build your application. Make sure your directory in cmd is /react_app folder, then run the following command
npm run build
  1. Go to /creator_app/dist folder, you will find creator_app.zip.
  2. Go to your Zoho Creator account > Settings > Widgets , and add new widget
  • Name : Anything you want
  • Hosting : Internal
  • Widget File : creator_app.zip
  • Index File : /index.html Screenshot
  1. Then, you are good to go. use the widget in Zoho Creator Pages. Screenshot

Hope this will help you !

About

Starter template for Zoho Creator widget built with React JS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published