Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 933 Bytes

File metadata and controls

37 lines (22 loc) · 933 Bytes

Getting Started with React UI Components using Next.js

This application demonstrates the usage of the Syncfusion React pdfviewer component in Next.js.

To know how to configure the Syncfusion React pdfviewer component in Next.js, refer to the documentation.

Clone the repository

  • To clone the sample repository locally, open the command prompt in the desired location and execute the following command.
 
git clone https://github.com/SyncfusionExamples/syncfusion-react-pdfviewer-component-in-nextjs
 
  • Navigate to the project directory:
cd syncfusion-react-pdfviewer-component-in-nextjs

Installing Packages

Install the required node modules by running the following command:

npm install

Run the application

To run the application, use the following command:

npm run dev