Skip to content

Latest commit

 

History

History
46 lines (27 loc) · 1.2 KB

File metadata and controls

46 lines (27 loc) · 1.2 KB

Getting Started with React UI Components using Next.js

This sample application demonstrates how to integrate and use the Syncfusion React Pivot Table component within a Next.js framework. Syncfusion provides a rich set of UI components that are highly customizable and optimized for performance. The Pivot Table component allows users to organize and summarize complex data sets interactively.

To learn more about configuring the Syncfusion React Pivot Table in a Next.js, refer to the documentation.

Prerequisites

Before running the sample, ensure you have the following installed:

  • Node.js (v14 or later)
  • npm or yarn

Clone the repository

  • To clone this sample repository locally, open your terminal and run:
git clone https://github.com/SyncfusionExamples/ej2-nextjs-pivotview.git
  • Navigate to the project directory:
cd ej2-nextjs-pivotview

Install Dependencies

Install the required packages using below command:

npm install

Run the application

To run the application, use the following command:

npm run dev

The app will be available at http://localhost:3000