File tree Expand file tree Collapse file tree 1 file changed +26
-0
lines changed
src/SampleApps/SampleApp.Angular Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change 1+ # Simplify.Web + Angular example
2+
3+ ## Pre-Requisites
4+
5+ * .NET 7 or higher
6+ * Node JS 16.13.0 or higher
7+
8+ ## Debug Launch options
9+
10+ ### Via VS Code
11+
12+ 1 . Run debug of ` SampleApp.Angular ` profile in VS Code (or VS Codium)
13+ 2 . Launch front end separately via ` npm run start ` from ` ClientApp `
14+ 3 . Go to < http://localhost:4200 > URL
15+
16+ ### Via Microsoft Visual Studio
17+
18+ 1 . Run debug of ` SampleApp.Angular ` profile in Microsoft Visual Studio
19+ 2 . < http://localhost:5000 > URL will be opened in prowser, wait some time and user will be redirected to < http://localhost:4200 > URL
20+
21+ #### Commands sequence
22+
23+ 1 . Visual Studio will open < http://localhost:5000 > URL
24+ 2 . SPA backend will execute ` npm install ` command
25+ 2 . SPA backend will execute ` npm run start ` which will trigger ` ng build ` and ` ng serve ` commands
26+ 4 . After successful launch of Angular front end application user will be redirected to < http://localhost:5000 > URL
You can’t perform that action at this time.
0 commit comments