This document explorer demo application showcases several Syncfusion® JavaScript UI components together in a real-world application scenario. This demo manages the file system that allows users to perform most common file operations like accessing, editing, and sorting files or folders and also opens Word, Excel, PowerPoint, Text, PDF and image files.
To install the application dependencies, use the following command:
npm installTo Build the application, use the below command,
npm run buildTo run the sample in the browser with live reload, use the following command:
npm run start