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.
To run the sample, .NET Core SDK must be installed. Follow this link to download: https://www.microsoft.com/net/download/windows
To run the sample using command prompt do the following.
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
To compile the source files, use the following command.
dotnet build
Use the given command to run the sample.
dotnet run
Now, open the listening URL in the browser to check the application.