This document explorer demo application showcases several Syncfusion TypeScript 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 install
To Build the application, use the below command,
npm run build
To run the sample in the browser with live reload, use the following command:
npm run start