Skip to content

AlexeyKhomiak/react-zoho-widget-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to install this project in Windows from scratch

To install the project on your Windows computer, download the .zip file from the repository, unzip it and open it in your code editor.

Then, in root run this command:

npm install

How to run the app in the development mode.

Run this command:

npm start

It will open http://localhost:3000 to view it in your browser.

The page will reload when you make changes. You may also see any lint errors in the console.

How to create a package file to upload on Zoho CRM

npm run build

Note: To make sure this works properly don't delete any of the files in root

Builds the app for production to the dist folder.
It correctly bundles React in production mode and optimizes the build for Zoho.

Note: In the 'dist' folder you will find the .zip file that you can upload to your CRM!

About

Boilerplate for creating widgets using React

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published