Configuring backend related information & In App Paginatio

To configuring backend related information follow the following steps

  1. Navigate to api folder and open the client.js file.
  2. Replace the values of the domain and apiKey property. (How to get API key)
  3. You can also change the api request timeout. By default, it is set to 30 seconds.

Do not edit any other information in this file.

Configuring In App Pagination

  1. Navigate to app > pagination > paginationData.js file.
  2. Here you’ll get all the pagination data for this app. Only edit the per_page property if needed. per_page property defines item per page while scrolling through a list of items.