You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# How to make an API request to an Express server when clicking on value cells within a React Pivot Table
3
+
4
+
A quick start project that helps you on how to make an API request to an Express server when clicking on value cells within a React Pivot Table
5
+
6
+
## Project prerequisites
7
+
8
+
Make sure that you have the latest versions of NodeJS and Visual Studio Code in your machine before starting to work on this project.
9
+
10
+
### How to run this application?
11
+
12
+
* To run this application, you need to clone the `how-to-do-api-call-to-express-server-when-clicking-value-cells-in-a-react-pivot-table` repository and then open it in Visual Studio Code.
13
+
* Then Open the [Server](./Server/) file and install all the necessary packages into your server-side application using the `npm install` command and run your project using the `npm start` command
14
+
* Next Open the [React](./React/) file install all the necessary react packages into your client-side application using the `npm install` command and run your project using the `npm start` command.
0 commit comments