You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-9Lines changed: 8 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -37,22 +37,21 @@ NPM 5 or above has the big advantage that if you use it you will be installing t
37
37
38
38
This should take a couple of minutes. If there are issues, please post the complete error message in the Questions section of the course.
39
39
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
-
48
40
# To run the Development UI Server
49
41
50
42
To run the frontend part of our code, we will use the Angular CLI:
51
43
52
44
npm start
53
45
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
55
53
54
+
The live universal application is available at port 4200: [http://localhost:4200](http://localhost:4200)
0 commit comments