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": {