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