From 27345d0fbb77efd82958c697e73a5f4340f16b72 Mon Sep 17 00:00:00 2001 From: ExostFlash Date: Wed, 14 May 2025 15:26:23 +0200 Subject: [PATCH] modif initial --- README.md | 2 +- angular.json | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 036c494..a03a5bd 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ This project was generated with [Angular CLI](https://github.com/angular/angular ## Development server -Run `npm start` for a dev server. Navigate to `http://localhost:4200/`. The application will automatically reload if you change any of the source files. +Run `npm start` for a dev server. Navigate to `http://localhost:4202/`. The application will automatically reload if you change any of the source files. ## Code scaffolding diff --git a/angular.json b/angular.json index cf45f47..3b0ea21 100644 --- a/angular.json +++ b/angular.json @@ -69,6 +69,9 @@ "defaultConfiguration": "production" }, "serve": { + "options": { + "port": 4202 + }, "builder": "@angular-devkit/build-angular:dev-server", "configurations": { "production": {