Signed-off-by: Ricardo Marques <rimarques@suse.com>
Create the ``proxy.conf.json`` file based on ``proxy.conf.json.sample``.
-Run ``npm start -- --proxy-config proxy.conf.json`` for a dev server.
+Run ``npm start`` for a dev server.
Navigate to ``http://localhost:4200/``. The app will automatically
reload if you change any of the source files.
"license": "MIT",
"scripts": {
"ng": "ng",
- "start": "ng serve --delete-output-path false",
+ "start": "ng serve --delete-output-path false --proxy-config proxy.conf.json",
"build": "ng build",
"test": "ng test",
"lint": "ng lint",