Change Readme and index.html

This commit is contained in:
Konstantinos Triantafyllou 2023-06-08 10:29:58 +03:00
parent 61196cbd46
commit 54bbc5a413
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ This project was generated with [Angular CLI](https://github.com/angular/angular
## Development server
Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The application will automatically reload if you change any of the source files.
Run `ng serve` for a dev server. Navigate to `http://localhost:5100/`. The application will automatically reload if you change any of the source files.
## Code scaffolding

View File

@ -25,6 +25,6 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<app-root></app-root>
<app-root></app-root>
</body>
</html>