ReactJS app moved to different folder

ReactJS app is moved to reactjs/dotnet-comment-app. Removed
project.lock.json file from source control.
This commit is contained in:
Jovan Popovic
2016-10-29 09:14:27 -07:00
parent 9a5da8cb32
commit c1b729cd6d
15 changed files with 5 additions and 11348 deletions
File diff suppressed because it is too large Load Diff
@@ -6,4 +6,5 @@ obj/*
*.sln
*.log
Properties/PublishProfiles/*
appsettings.development.json
appsettings.development.json
project.lock.json
@@ -6,5 +6,8 @@
"System": "Information",
"Microsoft": "Information"
}
},
"ConnectionStrings": {
"CommentsDb": "Server=.;Database=CommentsDb;Integrated Security=true"
}
}