Skip to content

Latest commit

 

History

History
54 lines (34 loc) · 1.34 KB

File metadata and controls

54 lines (34 loc) · 1.34 KB

Overview

Story Estimator is an agile based tool to effectively estimate stories using planning poker technique. Planning Poker is a consensus based technique used for estimating and planning. Agile teams around the world use this kind of tool to estimate their product backlogs and how long a certain amount of work will take to complete.

Deployment

Requirements to run the demo

The sample requires the below requirements to run.

Install

To install all dependent packages, use the following command.

npm install

Run the following gulp commands one by one for CSS and JS minification.

gulp css-clean
gulp clean-bundle
gulp sass-to-css
gulp min:css
gulp min:js

Build

To compile the source files, use the following command.

dotnet build

Run

Use the given command to run the sample.

dotnet run

Now, open the listening URL in the browser to check the application.

Demo

Check all the showcase samples from here.