alimuhammadmz / CRM-FreshChat-App

Designed pre-installation pages for Freshchat's login & authentication.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Freshchat App Project

Congratulations on creating your App Project! Feel free to replace this text with your project description.

Project folder structure explained

.
├── README.md                  This file.
├── config                     Installation parameter configs.
│   ├── iparams.json           Installation parameter config in English language.
│   └── iparam_test_data.json  Installation parameter data for local testing.
└── manifest.json              Project manifest.
└── server                     Business logic for remote request and event handlers.
    ├── lib
    ├── server.js
    └── test_data
        ├── onAppInstall.json
        ├── onAppUninstall.json
        ├── onScheduledEvent.json
        └── onExternalEvent.json

About

Designed pre-installation pages for Freshchat's login & authentication.


Languages

Language:HTML 68.9%Language:JavaScript 21.1%Language:CSS 10.0%