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
+13
Original file line number
Diff line number
Diff line change
@@ -5,3 +5,16 @@ This project was generated with [Angular CLI](https://github.com/angular/angular
5
5
## Development server
6
6
7
7
Run `ng serve` for a dev server. Navigate to `http://localhost:6969/`. The application will automatically reload if you change any of the source files.
8
+
9
+
## Development server with Backend
10
+
11
+
Run `ng build --watch -configuration development`. Then start a Node server with `node --watch dist/server/server.mjs`.
12
+
13
+
The whole backend and frontend will be served on `http://localhost:4000/`.
0 commit comments