Skip to content

Instantly share code, notes, and snippets.

@banan314
Last active May 7, 2017 14:14
Show Gist options
  • Save banan314/b1a8cb5349e99090e3a5aabcc6928f63 to your computer and use it in GitHub Desktop.
Save banan314/b1a8cb5349e99090e3a5aabcc6928f63 to your computer and use it in GitHub Desktop.
Instruction for anatomy project

Instruction

How to proxy backend in anatomy project.

After running backend server, we start the main application, using

ng serve --proxy-config proxy.conf.json

or just npm start as always.

The configuration proxys all request on adresses /backend(*) to localhost:33333$1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment