We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23ef86f commit cf25cfdCopy full SHA for cf25cfd
README.md
@@ -29,11 +29,23 @@ gulp min:css
29
gulp min:js
30
```
31
32
+### Build
33
+
34
+To compile the source files, use the following command.
35
36
+```
37
+dotnet build
38
39
40
### Run
41
-1. Clone this repository.
-2. Open the `.csproj` file in VS 2022.
-3. Click the green run button in the toolbar.
42
+Use the given command to run the sample.
43
44
45
+dotnet run
46
47
48
+Now, open the listening URL in the browser to check the application.
49
50
## Demo
51
0 commit comments