An open API service indexing awesome lists of open source software.

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.

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
```