Update https launch settings and add README starter

This commit is contained in:
James Skemp 2023-11-23 21:38:38 -06:00
parent 5db5e17f79
commit 70d0a1a7b9
4 changed files with 13782 additions and 18 deletions

View File

@ -1,35 +1,25 @@
{
"$schema": "http://json.schemastore.org/launchsettings.json",
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:30592",
"sslPort": 44348
}
},
"profiles": {
"http": {
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": true,
"launchUrl": "swagger",
"applicationUrl": "http://localhost:5007",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development",
"ASPNETCORE_HOSTINGSTARTUPASSEMBLIES": "Microsoft.AspNetCore.SpaProxy"
}
},
"dotnetRunMessages": true,
"applicationUrl": "http://localhost:5007"
},
"https": {
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": true,
"launchUrl": "swagger",
"applicationUrl": "https://localhost:7183;http://localhost:5007",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development",
"ASPNETCORE_HOSTINGSTARTUPASSEMBLIES": "Microsoft.AspNetCore.SpaProxy"
}
},
"dotnetRunMessages": true,
"applicationUrl": "https://localhost:7183;http://localhost:5007"
},
"IIS Express": {
"commandName": "IISExpress",
@ -40,6 +30,14 @@
"ASPNETCORE_HOSTINGSTARTUPASSEMBLIES": "Microsoft.AspNetCore.SpaProxy"
}
}
},
"$schema": "http://json.schemastore.org/launchsettings.json",
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:30592",
"sslPort": 44348
}
}
}
}

View File

@ -7,6 +7,11 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AngularNet8.Server", "Angul
EndProject
Project("{54A90642-561A-4BB1-A94E-469ADEE60C69}") = "angularnet8.client", "angularnet8.client\angularnet8.client.esproj", "{0A9E2133-514A-412A-8631-B791FDD67F5C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{0EA893EC-724E-4564-A05B-1F75DF7CAD8C}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU

2
README.md Normal file
View File

@ -0,0 +1,2 @@
# Angular with .NET Core 8
From [Tutorial: Create an ASP.NET Core app with Angular in Visual Studio](https://learn.microsoft.com/en-us/visualstudio/javascript/tutorial-asp-net-core-with-angular?view=vs-2022).

13759
angularnet8.client/package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff