Skip to content

Commit 1bf4ed7

Browse files
committed
Deploy the application to azure
1 parent d04ae41 commit 1bf4ed7

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"version": 1,
3+
"isRoot": true,
4+
"tools": {
5+
"dotnet-ef": {
6+
"version": "3.1.5",
7+
"commands": [
8+
"dotnet-ef"
9+
]
10+
}
11+
}
12+
}

DotNetSyntaxTreeVisualizer/ClientApp/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
.NET Syntax Tree Visualizer, A C# ASP.NET Core app with ReactJS in front-end that shows Roslyn's syntax tree for a given source code.
44

5-
**Note:** This web app hasn't been deployed yet.
5+
The app is deployed [here](https://dotnetsyntaxtreevisualizer.azurewebsites.net/).
66

77
## Visual Studio already has a graph visualizer
88

0 commit comments

Comments
 (0)