Skip to content

Commit 82650fc

Browse files
committed
[add] Simplify.Web + Angular example readme
1 parent b3c94c4 commit 82650fc

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed
+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
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

0 commit comments

Comments
 (0)