From 9653fcef20656ebaed34762f8532e80b9236babe Mon Sep 17 00:00:00 2001 From: Bartosz Przybytkowski Date: Wed, 3 Apr 2019 10:57:23 +0200 Subject: [PATCH] Update README.md The client should be run with either `npm start` or `ng serve --proxy-config proxy.conf.json` commands to enable proxy to 8080 port --- angular-7-springboot-client/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/angular-7-springboot-client/README.md b/angular-7-springboot-client/README.md index 1acdbc4..2694688 100644 --- a/angular-7-springboot-client/README.md +++ b/angular-7-springboot-client/README.md @@ -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 app will automatically reload if you change any of the source files. +Run `npm start` or `ng serve --proxy-config proxy.conf.json` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files. ## Code scaffolding