FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
Simplify.Web/src/SampleApps/SampleApp.Angular at master · SimplifyNet/Simplify.Web · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
SimplifyNet
/
Simplify.Web
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
11
Star
25
Code
Issues
0
Pull requests
3
Actions
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
Simplify.Web
/
src
/
SampleApps
/
SampleApp.Angular
/
Copy path
Directory actions
More options
More options
Directory actions
More options
More options
Latest commit
History
History
History
Breadcrumbs
Simplify.Web
/
src
/
SampleApps
/
SampleApp.Angular
/
Copy path
Folders and files
Name
Name
Last commit message
Last commit date
parent directory
..
ClientApp
ClientApp
Controllers/
V1
Controllers/
V1
Properties
Properties
ViewModels
ViewModels
wwwroot
wwwroot
Program.cs
Program.cs
README.md
README.md
SampleApp.Angular.csproj
SampleApp.Angular.csproj
README.md
Outline
Simplify.Web + Angular example
Pre-Requisites
.NET 7 or higher
Node JS 18.13.0 or higher
Debug Launch options
Via VS Code
Run debug of SampleApp.Angular profile in VS Code (or VS Codium)
Launch front end separately via npm run start from ClientApp
Go to
https://localhost:10900
URL
Via Microsoft Visual Studio
Run debug of SampleApp.Angular profile in Microsoft Visual Studio
http://localhost:5000
URL will be opened in browser. Wait until the Angular front end is ready; you will then be redirected to
https://localhost:10900
.
Commands sequence
Visual Studio will open
http://localhost:5000
URL
SPA backend will execute npm install command
SPA backend will execute npm run start, which will trigger ng build and ng serve commands
After successful launch of the Angular front end application, you will be redirected to
https://localhost:10900
URL
Back
|
FazBrowse Home
|
New Git URL