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
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,15 +4,17 @@ This project was generated with [Angular CLI](https://github.com/angular/angular
4
4
5
5
## Development server
6
6
7
-
Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.
7
+
Run `yarn start` for a dev server. Navigate to `http://localhost:4444/`. The app will automatically reload if you change any of the source files.
8
+
9
+
Run `yarn restart` for a dev server. Navigate to `http://localhost:4444/`. The app will automatically reload if you change any of the source files.
8
10
9
11
## Code scaffolding
10
12
11
13
Run `ng generate component component-name` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module`.
12
14
13
15
## Build
14
16
15
-
Run `ng build` to build the project. The build artifacts will be stored in the `dist/` directory. Use the `--prod` flag for a production build.
17
+
Run `yarn build` to build the project. The build artifacts will be stored in the `dist/` directory.
0 commit comments