You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,24 +1,24 @@
1
1
# Overview
2
2
3
-
Story Estimator is an agile based effective tool for estimating the stories by using Planning Poker techniques. Planning Poker is an agile estimating and planning technique that is consensus based. Agile teams around the world using this kind of tools to estimate their product backlogs that how long a certain amount of work will take to complete.
3
+
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.
4
4
5
5
## Prerequisites
6
6
7
-
.NET Core SDK has to be installed, please follow this link to get thishttps://www.microsoft.com/net/download/windows
7
+
To run the sample, .NET Core SDK must be installed. Follow this link to download:https://www.microsoft.com/net/download/windows
8
8
9
9
## Deployment
10
10
11
-
Follow the below steps to run the application using command prompt.
11
+
To run the sample using command prompt do the following.
12
12
13
13
### Install
14
14
15
-
To install all dependent packages, use the below command
15
+
To install all dependent packages, use the following command.
16
16
17
17
```
18
18
npm install
19
19
```
20
20
21
-
Run the following gulp commands one by one for css, js minification.
21
+
Run the following gulp commands one by one for CSS and JS minification.
22
22
23
23
```
24
24
gulp css-clean
@@ -30,21 +30,21 @@ gulp min:js
30
30
31
31
### Build
32
32
33
-
To compile the source files, use the below command
33
+
To compile the source files, use the following command.
34
34
35
35
```
36
36
dotnet build
37
37
```
38
38
39
39
### Run
40
40
41
-
To run the sample, use the below command
41
+
Use the given command to run the sample.
42
42
43
43
```
44
44
dotnet run
45
45
```
46
46
47
-
Now open the listening URL in browser to check the application.
47
+
Now, open the listening URL in the browser to check the application.
0 commit comments