From 927e5e290135be385aea26f4c10db6355b7ce615 Mon Sep 17 00:00:00 2001 From: gustavomr Date: Sun, 11 Mar 2018 20:30:21 -0300 Subject: [PATCH] Update README.md Fixing readme with ng serve --proxy-conf proxy.conf.json command to start frontend. Can cause little confusing to fresh developers. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 024db7f..599af47 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ https://medium.com/@juliapassynkova/angular-springboot-jwt-integration-p-1-800a3 ## 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 `ng serve --proxy-conf 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