a16897e1d5
891562: Need to move the latest changes to public repo |
||
---|---|---|
Controllers | ||
Models | ||
Properties | ||
Utils | ||
Views | ||
wwwroot | ||
.gitignore | ||
NuGet.Config | ||
PlanningPoker.csproj | ||
PlanningPoker.sln | ||
Program.cs | ||
README.md | ||
appsettings.Development.json | ||
appsettings.json | ||
bundleconfig.json | ||
gulpfile.js | ||
package.json | ||
web.config |
README.md
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
https://aspdotnetcore.syncfusion.com/showcase/aspnetcore/story-estimator/
Check all the showcase samples from here.