The Sprint Management Showcase web application sample is a practical demonstration of a task management built using Typescript and Syncfusion's Essential JS 2 library. This showcase provides users with a user-friendly interface to manage and maintain task, making it a valuable tool for both individuals institution.
To run the project following prerequisite are required
Node Version: 18.13.0Typescript Version: 5.1.6
To install the application dependencies, use the following command:
npm installTo Build the application, use the below command,
npm buildTo run the sample in the browser with live reload, use the following command:
npm start