This application demonstrates the usage of the Syncfusion React Schedule component in Next.js.
To know how to configure the Syncfusion React Schedule 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/ej2-nextjs-schedule.git
- Navigate to the project directory:
 
cd ej2-nextjs-scheduleInstall the required node modules by running the following command:
npm installTo run the application, use the following command:
npm run dev