This application demonstrates the usage of the Syncfusion React file-manager component in Next.js.
To know how to configure the Syncfusion React file-manager component in Next.js, refer to the documentation.
- 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-filemanager-component-in-nextjs
- Navigate to the project directory:
cd syncfusion-react-filemanager-component-in-nextjs
Install the required node modules by running the following command:
npm install
To run the application, use the following command:
npm run dev