Skip to content

docs(@angular/cli): add little note to relaunch npm after proxy.confi… #9045

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 2, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/documentation/stories/proxy.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ We can then edit the `package.json` file's start script to be

Now in order to run our dev server with our proxy config, we can simply call `npm start`.

**After each edit to the proxy.conf.json file remember to relaunch the `npm start` process to make your changes effective.**

### Rewriting the URL path

One option that comes up a lot is rewriting the URL path for the proxy. This is supported by the `pathRewrite` option.
Expand Down