https://github.com/syncfusion/ej2-showcase-angular-sprintmanagement
This repository contains a sample demonstrating of Sprint Management in Angular platform.
https://github.com/syncfusion/ej2-showcase-angular-sprintmanagement
angular
Last synced: about 2 months ago
JSON representation
This repository contains a sample demonstrating of Sprint Management in Angular platform.
- Host: GitHub
- URL: https://github.com/syncfusion/ej2-showcase-angular-sprintmanagement
- Owner: syncfusion
- License: other
- Created: 2024-04-16T13:35:55.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2026-01-02T12:55:53.000Z (6 months ago)
- Last Synced: 2026-05-14T14:56:28.480Z (about 2 months ago)
- Topics: angular
- Language: TypeScript
- Size: 267 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: license
Awesome Lists containing this project
README
# Sprint Management Showcase Sample in Angular
The Sprint Management Showcase web application sample is a practical demonstration of a Task management built using Angular and Syncfusion's Essential JS 2 library. This showcase provides users with a user-friendly interface to manage task, making it a valuable tool for both individuals and institution.
## Prerequisite
To run the project following prerequisite are required
* `Node Version`: 18.13.0
* `Angular Version`: 19.2.16
## Installation
To install the application dependencies, use the following command:
```sh
npm install
```
## Build the application
To Build the application, use the below command,
```sh
ng build
```
## Run the application
To run the sample in the browser with live reload, use the following command:
```sh
ng serve
```