Create-react-app for FreshService?

I’ve installed the latest version of fdk and am attempting to follow the instructions at Build Single Page Applications With React and FDK.. However, during installation, when I select FreshService from product list, the only templates I can choose from are create-my-first-app and create-my-first-serverless-app.

Is there a template to create a React app? If not, how can I do it?

I guess that it is just missing from the sdk create templates.
You can choose freshdesk for the creation, and then just change the product in manifest.

Example:

  "product": {
    "freshservice": {
      "location": {
        "full_page_app": {
          "url": "index.html",
          "icon": "icon.svg"
        }
      }
    }
  },
3 Likes

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.