Skip to content

Commit 6833f33

Browse files
committed
Angular Universal Course
1 parent a48b519 commit 6833f33

File tree

2 files changed

+8
-36
lines changed

2 files changed

+8
-36
lines changed

README.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -37,22 +37,21 @@ NPM 5 or above has the big advantage that if you use it you will be installing t
3737

3838
This should take a couple of minutes. If there are issues, please post the complete error message in the Questions section of the course.
3939

40-
# To Run the Development Backend Server
41-
42-
In order to be able to provide realistic examples, we will need in our playground a small REST API backend server. We can start the sample application backend with the following command:
43-
44-
npm run server
45-
46-
This is a small Node REST API server.
47-
4840
# To run the Development UI Server
4941

5042
To run the frontend part of our code, we will use the Angular CLI:
5143

5244
npm start
5345

54-
The application is visible at port 4200: [http://localhost:4200](http://localhost:4200)
46+
The application is available at port 4200: [http://localhost:4200](http://localhost:4200)
47+
48+
# To run the Angular Universal Live Development Server
49+
50+
To run the application in development mode but still have it server side rendered:
51+
52+
npm run dev:ssr
5553

54+
The live universal application is available at port 4200: [http://localhost:4200](http://localhost:4200)
5655

5756

5857
# Important

package.json

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -16,33 +16,6 @@
1616
},
1717
"private": true,
1818
"dependencies": {
19-
20-
21-
22-
23-
24-
25-
26-
27-
28-
29-
30-
31-
32-
33-
34-
35-
36-
37-
38-
39-
40-
41-
42-
43-
44-
45-
4619
"@angular/animations": "~10.0.3",
4720
"@angular/cdk": "~10.0.0",
4821
"@angular/common": "~10.0.3",

0 commit comments

Comments
 (0)