To configuring backend related information follow the following steps
- Navigate to api folder and open the client.js file.
- Replace the values of the domain and apiKey property. (How to get API key)
- 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
- Navigate to app > pagination > paginationData.js file.
- 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.