How to make an API request to an Express server when clicking on value cells within a React Pivot Table
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
Make sure that you have the latest versions of NodeJS and Visual Studio Code in your machine before starting to work on this project.
- 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-tablerepository and then open it in Visual Studio Code. - Then Open the Server file and install all the necessary packages into your server-side application using the
npm installcommand and run your project using thenpm startcommand - Next Open the React file install all the necessary react packages into your client-side application using the
npm installcommand and run your project using thenpm startcommand.